Skip to content

Commit

Permalink
combobox check color
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes committed Jun 6, 2024
1 parent c5f42bd commit 2069d72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/css/combobox.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,8 @@
}

.fds-combobox__option--active .fds-combobox__option__icon-wrapper__icon {
stroke: var(--ds-color-accent-base-hover);
color: var(--ds-color-accent-base-hover);
stroke: var(--ds-color-accent-text-default);
color: var(--ds-color-accent-text-default);
}

.fds-combobox__option__icon-wrapper.fds-combobox__option__icon-wrapper--selected .fds-combobox__option__icon-wrapper__icon {
Expand Down

0 comments on commit 2069d72

Please sign in to comment.