✏️(frontend) fix typo in active speaker keyframe
Found a typo and fixed it.
This commit is contained in:
committed by
aleb_the_flash
parent
ebb8c14eeb
commit
68792d8019
@@ -69,7 +69,7 @@ const config: Config = {
|
|||||||
'50%': { height: '6px' },
|
'50%': { height: '6px' },
|
||||||
'100%': { height: '16px' },
|
'100%': { height: '16px' },
|
||||||
},
|
},
|
||||||
active_speake_small: {
|
active_speaker_small: {
|
||||||
'0%': { height: '4px' },
|
'0%': { height: '4px' },
|
||||||
'25%': { height: '6px' },
|
'25%': { height: '6px' },
|
||||||
'50%': { height: '4px' },
|
'50%': { height: '4px' },
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ const StyledChild = styled('div', {
|
|||||||
},
|
},
|
||||||
size: {
|
size: {
|
||||||
small: {
|
small: {
|
||||||
animationName: 'active_speake_small',
|
animationName: 'active_speaker_small',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user