💄(frontend) adjust font size based on Marianne recent changes

Marianne is bigger than OpenSans, adjust admin side panel style.
This commit is contained in:
lebaudantoine
2025-03-24 12:33:51 +01:00
committed by aleb_the_flash
parent bf2474d0e1
commit c2fdefe7b2
2 changed files with 10 additions and 1 deletions

View File

@@ -37,7 +37,14 @@ export const Admin = () => {
flexDirection="column" flexDirection="column"
alignItems="start" alignItems="start"
> >
<Text variant="note" wrap="pretty" margin="md"> <Text
variant="note"
wrap="pretty"
className={css({
textStyle: 'sm',
})}
margin={'md'}
>
{t('description')} {t('description')}
</Text> </Text>
<RACSeparator <RACSeparator

View File

@@ -218,8 +218,10 @@ export const Field = <T extends object>({
{item.description && ( {item.description && (
<Text <Text
variant="note" variant="note"
wrap={'pretty'}
className={css({ className={css({
textStyle: 'sm', textStyle: 'sm',
marginBottom: '0.5rem',
})} })}
> >
{item.description} {item.description}