Skip to content

Commit 0fa1f1d

Browse files
committed
fix: separator, modal border color
1 parent b832299 commit 0fa1f1d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/ui-components/Common/Modal/index.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
focus:outline-none
2727
sm:my-20
2828
xl:p-12
29+
dark:border-neutral-800
2930
dark:bg-neutral-950;
3031
}
3132

packages/ui-components/Common/Separator/index.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
.root {
44
@apply shrink-0
5-
bg-neutral-800;
5+
bg-neutral-200
6+
dark:bg-neutral-800;
67

78
&.horizontal {
89
@apply h-px

0 commit comments

Comments
 (0)