feat: replace design system tokens with zine direction palette and typography
This commit is contained in:
parent
30ac314a74
commit
238d68d063
4 changed files with 173 additions and 629 deletions
|
|
@ -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",
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue