fix(LOY-196): change svg color to be derived from css and variables instead

This commit is contained in:
Christian Andolf
2025-05-07 10:48:08 +02:00
parent 8ca0aee25e
commit 0066c058e3
2 changed files with 5 additions and 1 deletions
@@ -90,6 +90,10 @@
color: var(--Base-Text-Inverted);
}
.icon {
stroke: var(--Text-Brand-OnPrimary-3-Accent);
}
.top,
.bottom {
display: flex;