fix: usage chart y axis ticks, add esc hint for drawer
This commit is contained in:
@@ -84,6 +84,7 @@ html {
|
||||
--ant-color-border: #d9d9d9;
|
||||
--ant-line-type: solid;
|
||||
--ant-line-width: 1px;
|
||||
--color-esc-hint-bg: rgba(0, 0, 0, 75%);
|
||||
}
|
||||
|
||||
html[data-theme='realDark'] {
|
||||
@@ -99,6 +100,7 @@ html[data-theme='realDark'] {
|
||||
--color-modal-content-bg: #1f1f1f;
|
||||
--color-modal-box-shadow: none;
|
||||
--color-spotlight-bg: #3e3e3e;
|
||||
--color-esc-hint-bg: rgba(150, 150, 150, 75%);
|
||||
|
||||
background: #141414;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user