Skip to content

Commit 4488470

Browse files
committed
fix(Dialog): styles * 2
1 parent c7a74fa commit 4488470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/overlays/Dialog/Dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const DialogElement = tasty({
4141
},
4242
padding: {
4343
'': '1ow',
44-
'[data-type="overlay"]': 0,
44+
'[data-type="popover"]': 0,
4545
},
4646
width: {
4747
'': '@min-dialog-size @dialog-size 90vw',

0 commit comments

Comments
 (0)