Skip to content

Commit f6da563

Browse files
committed
motion
1 parent f935a73 commit f6da563

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/web/src/pages/track-page/components/desktop/RemixContestSection.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
Flex,
1010
IconCloudUpload,
1111
IconTrophy,
12+
motion,
1213
spacing,
1314
Text
1415
} from '@audius/harmony'
@@ -119,7 +120,7 @@ export const RemixContestSection = ({
119120
shadow='mid'
120121
borderRadius='l'
121122
css={{
122-
transition: 'height var(--harmony-quick)',
123+
transition: motion.quick,
123124
overflow: 'hidden',
124125
height: totalBoxHeight
125126
}}

0 commit comments

Comments
 (0)