Skip to content

Commit

Permalink
Update filter tag color to use theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mbice committed Jan 11, 2024
1 parent d87f671 commit 1e39fe9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
flex-wrap: nowrap;
user-select: none;
background-color: "[theme: themePrimary, default: #0078d7]";
color: #fff;
color: "[theme: white, default: #ffffff]";
padding-left: 5px;
border-radius: 12px;
margin-bottom: 6px;
max-width: 100%;

.tagItemText {
color: #fff;
color: "[theme: white, default: #ffffff]";
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
Expand Down

0 comments on commit 1e39fe9

Please sign in to comment.