fix(styles): use valid dark theme selector

This commit is contained in:
Supra4E8C
2026-05-02 23:45:29 +08:00
parent 789f0036c3
commit 1a056ec73d
+1 -1
View File
@@ -73,7 +73,7 @@
}
}
:global([data-theme='dark']) {
[data-theme='dark'] {
.btn {
color: #fff;
}