Skip to content

Commit c41f6e8

Browse files
frontend: ThemedSVG: add css rules for text, too
1 parent 19d1da3 commit c41f6e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

core/frontend/src/components/utils/themedSVG.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,12 @@ i.svg-outline-dark path {
6363
i.svg-outline-light path {
6464
fill: #002F45;
6565
}
66+
67+
i.svg-outline-dark text {
68+
fill: #D1EAF1 !important;
69+
}
70+
71+
i.svg-outline-light text {
72+
fill: #002F45 !important;
73+
}
6674
</style>

0 commit comments

Comments
 (0)