Skip to content

Commit

Permalink
style: stroke 제거 시도
Browse files Browse the repository at this point in the history
  • Loading branch information
jeeminyi committed Jan 24, 2025
1 parent 1cab6f7 commit 900bfa8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/common/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ const StyledIconWrapper = styled.div<{
width: 100%;
height: 100%;
path {
stroke: 'none';
}
${({ theme, color }) => color && `color: ${getColorMap(theme)[color]};`}
${({ stroke }) => stroke && `stroke: ${stroke};`}
}
Expand Down

0 comments on commit 900bfa8

Please sign in to comment.