Skip to content

Commit

Permalink
add var color on sd-list
Browse files Browse the repository at this point in the history
  • Loading branch information
dzonidoo committed Aug 4, 2023
1 parent 18b02d4 commit 96edc4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/styles/_simple-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ $simple-list-border-color: $neutral-border-color;
flex-direction: row;
align-items: center;
gap: 0.8rem;
color: var(--color-text);

[class^="icon-"], [class*=" icon-"] {
flex-grow: 0;
Expand Down
1 change: 1 addition & 0 deletions app/styles/components/_list-item.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ $sd-ListItem-column-border: var(--sd-colour-line--x-light);
background-color: $sd-ListItem-background;
transition: background-color 0.2s linear;
flex-shrink: 0;
color: var(--color-text);

&:hover {
background-color: $sd-ListItem-background-hover;
Expand Down

0 comments on commit 96edc4b

Please sign in to comment.