Skip to content

Commit

Permalink
fix marker color for selected item
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaLarina committed May 31, 2024
1 parent 2395261 commit 93a895c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/common-styles/sv-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ li:focus .sv-list__item.sv-list__item--selected {
.sv-list__item-icon use {
fill: $background;
}

.sv-list-item__marker-icon use {
fill: $primary-foreground;
}
}

.sv-multi-select-list .sv-list__item.sv-list__item--selected,
Expand Down

0 comments on commit 93a895c

Please sign in to comment.