Skip to content

Commit

Permalink
hotfixing broken Vite compile
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsbajorics authored and liady committed Dec 13, 2024
1 parent 52ecb40 commit 3c2734d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ export const TextSubsection = React.memo(() => {
onSubmitValue={wrappedLetterSpacingOnSubmitValue}
onTransientSubmitValue={wrappedLetterSpacingOnTransientSubmitValue}
controlStatus={letterSpacingMetadata.controlStatus}
DEPRECATED_labelBelow=<Icons.LetterSpacing color='on-highlight-secondary' />
DEPRECATED_labelBelow={<Icons.LetterSpacing color='on-highlight-secondary' />}
stepSize={0.01}
numberType='Length'
defaultUnitToHide={'px'}
Expand Down

0 comments on commit 3c2734d

Please sign in to comment.