Use the generated style variables

This commit is contained in:
Gabe Kangas
2022-05-06 23:32:33 -07:00
parent a78869302e
commit f7a03705a8
6 changed files with 161 additions and 51 deletions

View File

@@ -1,10 +1,18 @@
// @import "~antd/dist/antd.dark";
:root {
// chat variables
--header-h: 64px;
--chat-w: 300px;
--chat-input-h: 40.5px;
}
html,
body {
padding: 0;
margin: 0;
font-family: var(--font-family);
font-family: var(--theme-font-family);
font-size: 16px;
background-color: var(--default-bg-color);