Added missing fillSecondary class

• Added:
- missing fillSecondary class
This commit is contained in:
mgabdev 2021-02-15 21:00:43 -05:00
parent 0edaaa95d7
commit 0456ccfb2a
1 changed files with 4 additions and 0 deletions

View File

@ -1110,6 +1110,10 @@ pre {
fill: var(--color_primary);
}
.fillSecondary {
fill: var(--text_color_secondary);
}
.fillWhite {
fill: var(--color_white);
}