Skip to content

Commit

Permalink
Fixes colors and adds a text-soft to match other icons
Browse files Browse the repository at this point in the history
Fixes: OX-11593
  • Loading branch information
scireum-mbo committed Nov 13, 2024
1 parent 0b45cc7 commit 18d1d03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/assets/design-system/icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@
background-image: url(svgResource('/assets/images/icons/magnifier.svg', #212529));
}

.sci-icon-trash {
background-image: url(svgResource('/assets/images/icons/trash.svg', #53595D));
.sci-icon-trash-text-soft {
background-image: url(svgResource('/assets/images/icons/trash.svg', #212529));
}

.sci-icon-close {
background-image: url(svgResource('/assets/images/icons/navigation/close.svg', #53595D));
.sci-icon-close-text-soft {
background-image: url(svgResource('/assets/images/icons/navigation/close.svg', #212529));
}

0 comments on commit 18d1d03

Please sign in to comment.