Merge pull request #4141 from bonanitech/palette-search-background

Fix palette filter background
This commit is contained in:
Nick O'Leary 2023-04-28 15:20:38 +01:00 committed by GitHub
commit 6b205bf303
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;