💄(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:
committed by
aleb_the_flash
parent
e6a15e36b4
commit
144cb56cda
@@ -107,7 +107,7 @@ export const Dialog = ({
|
|||||||
? children({ close })
|
? children({ close })
|
||||||
: children}
|
: children}
|
||||||
{!isAlert && (
|
{!isAlert && (
|
||||||
<Div position="absolute" top="0" right="0">
|
<Div position="absolute" top="5" right="5">
|
||||||
<Button
|
<Button
|
||||||
invisible
|
invisible
|
||||||
size="xs"
|
size="xs"
|
||||||
|
|||||||
Reference in New Issue
Block a user