💄(frontend) adjust font size based on Marianne recent changes
Marianne is bigger than OpenSans, adjust admin side panel style.
This commit is contained in:
committed by
aleb_the_flash
parent
bf2474d0e1
commit
c2fdefe7b2
@@ -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
|
||||||
|
|||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user