Skip to content

Commit

Permalink
feat: Made adjustments in the Upload Image component
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalia-84 committed Feb 1, 2024
1 parent 9f4c897 commit 685197f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/UploadImage/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@
align-items: center;
justify-content: center;

border: 1px solid var(--Button-Secondary-Default, rgb(244, 248, 251));
border: 1px solid rgb(244, 248, 251);

position: absolute;
top: 85%;
left: 60%;

background: var(--Grey-White, rgb(255, 255, 255));
background: rgb(255, 255, 255);
box-shadow: 0 1px 4px 0 rgba(139, 158, 184, 0.2);
border-radius: 10%;
}
Expand All @@ -77,7 +77,7 @@
width: 100%;
height: 100%;

border: 2px solid var(--Grey-Grey-150, rgb(236, 239, 242));
border: 2px solid rgb(236, 239, 242);

position: absolute;
top: 50%;
Expand Down

0 comments on commit 685197f

Please sign in to comment.