Skip to content

Commit

Permalink
fix(Icon): 필요없는 style 어트리뷰트 제거 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-moon authored Aug 23, 2021
1 parent fc6e6ae commit 0fa565a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Icon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const Icon = ({

return (
<span
style={{ width: size, height: size }}
ref={impressionRef}
css={{
width: size,
Expand Down

0 comments on commit 0fa565a

Please sign in to comment.