Skip to content

Commit e9694c3

Browse files
committed
fix(Dialog): remove padding
1 parent 397e8a1 commit e9694c3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/overlays/Dialog/Dialog.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ const DialogElement = tasty({
3939
'': 'relative',
4040
'[data-type="panel"]': 'absolute',
4141
},
42-
padding: {
43-
'': '1ow',
44-
'[data-type="popover"]': 0,
45-
},
4642
width: {
4743
'': '@min-dialog-size @dialog-size 90vw',
4844
'[data-type="fullscreen"]': '90vw 90vw',

0 commit comments

Comments
 (0)