💄(frontend) add spacing around dialog close icon

Feel weird having the button border touching the Dialog's one.
Add a bit of spacing to fix this visual issue.
This commit is contained in:
lebaudantoine
2024-08-12 09:33:45 +02:00
committed by aleb_the_flash
parent e6a15e36b4
commit 144cb56cda

View File

@@ -107,7 +107,7 @@ export const Dialog = ({
? children({ close })
: children}
{!isAlert && (
<Div position="absolute" top="0" right="0">
<Div position="absolute" top="5" right="5">
<Button
invisible
size="xs"