Skip to content

Commit 925b0e9

Browse files
feat(calendar/dialog): add border in dark mode
1 parent 84ae6da commit 925b0e9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

components/calendar/dialog/surface.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,7 @@
3636
}
3737
}
3838
}
39+
40+
:global(html.dark) .wrapper {
41+
border: 1px solid var(--accents-2);
42+
}

0 commit comments

Comments
 (0)