Skip to content

Commit

Permalink
Merge pull request #4141 from bonanitech/palette-search-background
Browse files Browse the repository at this point in the history
Fix palette filter background
  • Loading branch information
knolleary committed Apr 28, 2023
2 parents e5d579c + df3dc36 commit 6b205bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
.red-ui-palette-search {
position: relative;
overflow: hidden;
background: var(--red-ui-secondary-background);
background: var(--red-ui-form-input-background);
text-align: center;
height: 35px;
padding: 3px;
Expand Down

0 comments on commit 6b205bf

Please sign in to comment.