Skip to content

Commit

Permalink
refactor: Use currentColor for the icon
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Nov 6, 2023
1 parent 7aea373 commit 753c31d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/common/icons/KeyholeIcon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ const KeyholeIcon = ({ size = 28 }: { size?: number }) => {
className={css.badge}
>
<SvgIcon
color="border"
component={LockIcon}
inheritViewBox
sx={{
height: size,
width: size,
'& path': {
fill: ({ palette }) => palette.border.main,
},
}}
/>
</Badge>
Expand Down

0 comments on commit 753c31d

Please sign in to comment.