💄(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"
alignItems="start"
>
<Text variant="note" wrap="pretty" margin="md">
<Text
variant="note"
wrap="pretty"
className={css({
textStyle: 'sm',
})}
margin={'md'}
>
{t('description')}
</Text>
<RACSeparator

View File

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