Skip to content

Commit

Permalink
fix: made empty search notification visible in both themes (#3412)
Browse files Browse the repository at this point in the history
  • Loading branch information
berezinant authored Jan 11, 2024
1 parent 4b51254 commit 990e0e8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ $secondary-font-color: hsla(0, 0%, 100%, 0.6);
border: 1px solid hsla(0, 0%, 100%, 0.2) !important;

background-color: #27282c !important;
color: $font-color;

[class^="filterWrapper"] {
border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
Expand Down

0 comments on commit 990e0e8

Please sign in to comment.