feat: add token system and ui contracts

This commit is contained in:
2026-03-19 14:21:13 +08:00
parent 937855362b
commit 3960e0a0e7
14 changed files with 1389 additions and 32 deletions
+10
View File
@@ -5,3 +5,13 @@
background: var(--color-background);
}
html,
body,
#storybook-root {
min-height: 100%;
}
body {
background: var(--color-background);
color: var(--color-foreground);
}