Skip to content

Commit

Permalink
style: add --color-toolbar-background
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping authored and JackLian committed Nov 30, 2023
1 parent 7d74ff1 commit 5af1079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-skeleton/src/layouts/workbench.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5af1079

Please sign in to comment.