Skip to content

Commit

Permalink
remove caret from upload image component
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Jul 31, 2024
1 parent ce16b4d commit 03228b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/CreateProject/components/Profile/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export const BackgroundImage = styled.div`
width: 100%;
border-radius: 6px;
background: var(--Neutral-200);
caret-color: transparent;
img {
width: 100%;
height: 100%;
Expand Down Expand Up @@ -64,6 +65,7 @@ export const ProfileImage = styled.div`
border-radius: 50%;
background: var(--Neutral-200);
box-shadow: 0px 0px 0px 3px #fff, 0px 0px 0px 1px rgba(199, 199, 199, 0.22) inset;
caret-color: transparent;
img {
border-radius: 50%;
width: 100%;
Expand Down

0 comments on commit 03228b6

Please sign in to comment.