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

@ -69,7 +69,7 @@ class ErrorBoundary extends React.PureComponent {
<h1 className={[_s.d, _s.mr15].join(' ')}>
<Button href='/' isText aria-label='Gab' className={[_s.d, _s.jcCenter, _s.noSelect, _s.noUnderline, _s.h53PX, _s.cursorPointer, _s.px10, _s.mr15].join(' ')}>
<Icon id='logo' className={_s.cWhite} />
<Icon id='logo' className={_s.fillWhite} />
</Button>
</h1>

View File

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