Use the generated style variables
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user