主颜色调整

This commit is contained in:
IndieKKY
2023-12-24 09:01:18 +08:00
parent bdc7823965
commit 8a908ecf99

View File

@@ -18,11 +18,13 @@ module.exports = {
light: {
...require("daisyui/src/colors/themes")["[data-theme=light]"],
"--rounded-btn": "0.15rem",
"primary": "rgb(0, 174, 236)",
},
}, {
dark: {
...require("daisyui/src/colors/themes")["[data-theme=dark]"],
"--rounded-btn": "0.15rem",
"primary": "rgb(0, 174, 236)",
}
}],
base: true,