Removed .text-uppercase class

• Removed:
- uppercase from NavigationBarButton for "Home" button
This commit is contained in:
mgabdev 2020-05-15 12:56:39 -04:00
parent 4098f32759
commit 09db3e2509
2 changed files with 0 additions and 3 deletions

View File

@ -248,7 +248,6 @@ class NavigationBarButton extends PureComponent {
colorWhite: !!title,
fs13PX: !!title,
fontWeightNormal: !!title,
textUppercase: !!title,
})
const iconClasses = CX({

View File

@ -279,8 +279,6 @@ body {
white-space: nowrap;
}
.textUppercase { text-transform: uppercase; }
.whiteSpaceNoWrap { white-space: nowrap; }
.outlineNone { outline: none; }