We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09f77d2 commit 55e8e6dCopy full SHA for 55e8e6d
core/frontend/src/components/utils/themedSVG.vue
@@ -63,4 +63,12 @@ i.svg-outline-dark path {
63
i.svg-outline-light path {
64
fill: #002F45;
65
}
66
+
67
+i.svg-outline-dark text {
68
+ fill: #D1EAF1 !important;
69
+}
70
71
+i.svg-outline-light text {
72
+ fill: #002F45 !important;
73
74
</style>
0 commit comments