File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
.dialog-content {
2
- @apply fixed bg-secondary rounded-lg overflow-hidden shadow-xl border border-default;;
2
+ @apply fixed bg-secondary rounded-lg overflow-hidden shadow-xl border border-default;
3
+ ;
3
4
width: 500px;
4
5
left: 50%;
5
6
to p: 50%;
11
12
transform : translate (-50% , 0 );
12
13
}
13
14
14
- .dialog-overlay {
15
- @apply backdrop;
16
- }
17
-
18
15
[cmdk-item ],
19
16
[cmdk-empty ] {
20
17
@apply flex p-2 rounded items-center text-sm;
Original file line number Diff line number Diff line change 78
78
{:open dialog
79
79
:on-open-change #(rf/dispatch [::dialog.e/close ])}
80
80
[:> Dialog/Portal
81
- [:> Dialog/Overlay {:class " dialog-overlay " }]
81
+ [:> Dialog/Overlay {:class " backdrop " }]
82
82
[:> Dialog/Content
83
83
(merge {:class " dialog-content" }
84
84
(:attrs dialog))
You can’t perform that action at this time.
0 commit comments