Added missing fillWhite class for logo

• Added:
- missing fillWhite class for logo
This commit is contained in:
mgabdev
2020-08-18 19:41:26 -05:00
parent 3b722042c5
commit 59f19d344e
2 changed files with 5 additions and 1 deletions

View File

@@ -990,6 +990,10 @@ pre {
background-color: var(--navigation_blend);
}
.fillWhite {
fill: var(--color_white);
}
.fillNavigation {
fill: var(--navigation_primary);
}