Skip to content

Commit

Permalink
fix(ui): color of annotations options labels in dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-lemeur committed Oct 8, 2024
1 parent b0245bc commit 74b08c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/renderer/assets/styles/components/annotations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@
border-radius: 5px;
overflow-y: scroll;

.annotations_checkbox {
color: var(--color-primary);
}

@include scrollbar_styling;

&::-webkit-scrollbar-track {
Expand Down

0 comments on commit 74b08c8

Please sign in to comment.