✏️(frontend) fix typo in active speaker keyframe

Found a typo and fixed it.
This commit is contained in:
lebaudantoine
2024-09-27 14:29:53 +02:00
committed by aleb_the_flash
parent ebb8c14eeb
commit 68792d8019
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ const config: Config = {
'50%': { height: '6px' },
'100%': { height: '16px' },
},
active_speake_small: {
active_speaker_small: {
'0%': { height: '4px' },
'25%': { height: '6px' },
'50%': { height: '4px' },

View File

@@ -36,7 +36,7 @@ const StyledChild = styled('div', {
},
size: {
small: {
animationName: 'active_speake_small',
animationName: 'active_speaker_small',
},
},
},