Skip to content

Commit 88579b5

Browse files
committed
feat(Icon): add transitions * 2
1 parent e545fb2 commit 88579b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/icons/Icon.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const IconElement = tasty({
4242
width: 'min 1em',
4343
height: '1em 1em',
4444
strokeWidth: '@stroke-width',
45+
transition: 'theme, width, height',
4546
},
4647
},
4748
styleProps: [...OUTER_STYLES, ...BASE_STYLES, ...COLOR_STYLES],

0 commit comments

Comments
 (0)