Skip to content

Commit ede05fd

Browse files
committed
chore: change-dark-mode-selector
1 parent a994a51 commit ede05fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/theme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
--klerosUIComponentsBaseRadius: 3px;
3535
}
3636

37-
:root[class="dark"] {
37+
:root.dark {
3838
--klerosUIComponentsName: dark;
3939
--klerosUIComponentsPrimaryPurple: #7e1bd4;
4040
--klerosUIComponentsSecondaryPurple: #b45fff;

0 commit comments

Comments
 (0)