Tweak light theme, remove conditional button classes

This commit is contained in:
Jon Staab
2025-09-25 10:52:32 -07:00
parent e1de0239c9
commit 290274d6c8
9 changed files with 18 additions and 18 deletions
+1
View File
@@ -36,6 +36,7 @@ export default {
},
light: {
...themes["winter"],
neutral: '#F2F7FF',
primary: process.env.VITE_PLATFORM_ACCENT,
"primary-content": process.env.VITE_PLATFORM_ACCENT_CONTENT || "#EAE7FF",
secondary: process.env.VITE_PLATFORM_SECONDARY,