Skip to content

Commit

Permalink
Add gray background to filter buttons in design picker (#97168)
Browse files Browse the repository at this point in the history
  • Loading branch information
madhusudhand authored Dec 11, 2024
1 parent fd674b4 commit 24ee683
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/design-picker/src/components/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@
gap: 30px;
}

button.responsive-toolbar-group__button-item,
button.responsive-toolbar-group__swipe-item {
&:not(.is-pressed)::before {
background-color: var(--studio-gray-0);
}
}

.design-picker__category-group {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 24ee683

Please sign in to comment.