feat: add token system and ui contracts
This commit is contained in:
@@ -5,3 +5,13 @@
|
||||
background: var(--color-background);
|
||||
}
|
||||
|
||||
html,
|
||||
body,
|
||||
#storybook-root {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--color-background);
|
||||
color: var(--color-foreground);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user