Skip to content

Commit

Permalink
frontend: ThemedSVG: add css rules for text, too
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Aug 27, 2024
1 parent 8320c11 commit c78224f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/frontend/src/components/utils/themedSVG.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,12 @@ i.svg-outline-dark path {
i.svg-outline-light path {
fill: #002F45;
}
i.svg-outline-dark text {
fill: #D1EAF1 !important;
}
i.svg-outline-light text {
fill: #002F45 !important;
}
</style>

0 comments on commit c78224f

Please sign in to comment.