Skip to content

Commit

Permalink
Toolbar: Use $components-color-background for background
Browse files Browse the repository at this point in the history
  • Loading branch information
SainathPoojary committed Feb 24, 2025
1 parent 516373a commit 997606b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/src/toolbar/toolbar-group/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.components-toolbar-group {
min-height: $block-toolbar-height;
border-right: $border-width solid $components-color-foreground;
background-color: $components-color-foreground-inverted;
background-color: $components-color-background;
display: inline-flex;
flex-shrink: 0;
flex-wrap: wrap;
Expand Down Expand Up @@ -42,7 +42,7 @@
min-height: $block-toolbar-height;
margin: 0;
border: $border-width solid $components-color-foreground;
background-color: $components-color-foreground-inverted;
background-color: $components-color-background;
display: inline-flex;
flex-shrink: 0;
flex-wrap: wrap;
Expand Down

0 comments on commit 997606b

Please sign in to comment.