Skip to content

Commit d83c077

Browse files
committed
fix: improve colors
1 parent 312d887 commit d83c077

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/assets/css/main.css

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
--color-green-800: oklch(32.298% 0.05338 161.83);
1414
--color-green-900: oklch(17.276% 0.02184 161.78);
1515
}
16+
17+
.dark {
18+
--ui-primary: var(--ui-color-primary-500);
19+
}

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
ui: {
1111
colors: {
1212
primary: 'green',
13-
neutral: 'slate'
13+
neutral: 'zinc'
1414
}
1515
}
1616
})

0 commit comments

Comments
 (0)