feat: replace design system tokens with zine direction palette and typography

This commit is contained in:
Jennie Robinson Faber 2026-04-02 21:04:25 +01:00
parent 30ac314a74
commit 238d68d063
4 changed files with 173 additions and 629 deletions

View file

@ -4,15 +4,9 @@ export default defineAppConfig({
primary: "amber",
neutral: "stone",
},
formField: {
slots: {
label: "block font-medium text-[--ui-text-dimmed]",
},
},
},
colorMode: {
preference: "system", // default value of $colorMode.preference
fallback: "dark", // fallback value if not system preference found
classSuffix: "", // default is '', set to '-mode' to have 'dark-mode' and 'light-mode'
preference: "light",
fallback: "light",
},
});