Skip to content

Commit

Permalink
#468 fixed color in filter dark + light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
replyre authored and sadanandpai committed Jul 22, 2024
1 parent 4d8875e commit e81d067
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
color: var(--bg-body);
}
}

Expand All @@ -196,6 +197,7 @@
padding: 10px 20px;
border-radius: 2px;
cursor: pointer;
color: var(--bg-body);
}
}
.checkboxContainer {
Expand Down

0 comments on commit e81d067

Please sign in to comment.