style: add --color-toolbar-background

This commit is contained in:
liujuping 2023-11-29 11:29:33 +08:00 committed by 林熠
parent d703e64ac9
commit 19bf6ad284

View File

@ -452,7 +452,7 @@ body {
.lc-toolbar {
display: flex;
height: var(--toolbar-height);
background-color: var(--color-pane-background);
background-color: var(--color-toolbar-background, var(--color-pane-background));
padding: 8px 16px;
.lc-toolbar-center {
display: flex;