fix: bug with base colors

This commit is contained in:
James
2022-07-14 15:27:17 -07:00
parent 5fc4f3adad
commit 4bb0d3994f

View File

@@ -11,9 +11,9 @@
--z-modal: #{$z-modal};
--scrollbar-width: 17px;
--theme-bg: var(--theme-base-0);
--theme-input-bg: var(--theme-base-0);
--theme-text: var(--theme-base-800);
--theme-bg: var(--theme-elevation-0);
--theme-input-bg: var(--theme-elevation-0);
--theme-text: var(--theme-elevation-800);
--font-body: 'Suisse Intl', system-ui;
--font-mono: monospace;
@@ -66,6 +66,12 @@ html {
}
}
html,
body,
#app {
height: 100%;
}
body {
font-family: var(--font-body);
font-weight: 400;