💄(frontend) remove margin from modal title

Recent improvement changes the modal title with
a h1 tag, h1 tag adds margin by default.
We remove the margin from the h1 tag to stick to
the design system.
This commit is contained in:
Anthony LC
2025-09-10 09:35:54 +02:00
parent 8a310d004b
commit 1d20a8b0a7
2 changed files with 2 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ export const ModalConfirmDownloadUnsafe = ({
$align="flex-start"
$variation="1000"
$direction="row"
$margin="0"
>
<Icon iconName="warning" $theme="warning" />
{t('Warning')}

View File

@@ -146,6 +146,7 @@ export const DocShareModal = ({ doc, onClose, isRootDoc = true }: Props) => {
$align="flex-start"
$size="small"
$weight="600"
$margin="0"
>
{t('Share the document')}
</Text>