Removed .text-uppercase class
• Removed: - uppercase from NavigationBarButton for "Home" button
This commit is contained in:
parent
4098f32759
commit
09db3e2509
@ -248,7 +248,6 @@ class NavigationBarButton extends PureComponent {
|
|||||||
colorWhite: !!title,
|
colorWhite: !!title,
|
||||||
fs13PX: !!title,
|
fs13PX: !!title,
|
||||||
fontWeightNormal: !!title,
|
fontWeightNormal: !!title,
|
||||||
textUppercase: !!title,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const iconClasses = CX({
|
const iconClasses = CX({
|
||||||
|
@ -279,8 +279,6 @@ body {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.textUppercase { text-transform: uppercase; }
|
|
||||||
|
|
||||||
.whiteSpaceNoWrap { white-space: nowrap; }
|
.whiteSpaceNoWrap { white-space: nowrap; }
|
||||||
|
|
||||||
.outlineNone { outline: none; }
|
.outlineNone { outline: none; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user