Skip to content

Commit

Permalink
Update label size
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad-Simso committed Jan 8, 2025
1 parent f0bb6f5 commit a9c6c59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export function OptionListLabels({

return (
<>
<StudioParagraph className={classes.label}>
<StudioParagraph size='sm' className={classes.label}>
{optionsId ?? t('ux_editor.modal_properties_code_list_custom_list')}
</StudioParagraph>
<StudioParagraph size='sm' className={classes.codeListLabels} variant='short'>
Expand Down

0 comments on commit a9c6c59

Please sign in to comment.