Updated all long style names to be more compact

• Updated:
- all long style names to be more compact
This commit is contained in:
mgabdev
2020-08-18 15:43:06 -05:00
parent e5f4e12b7b
commit d5ad398d53
177 changed files with 1052 additions and 1052 deletions

View File

@@ -19,11 +19,11 @@ class NavigationBarButton extends React.PureComponent {
const active = false
const classes = CX({
default: 1,
height53PX: 1,
_: 1,
h53PX: 1,
flexRow: 1,
alignItemsCenter: 1,
justifyContentCenter: 1,
aiCenter: 1,
jcCenter: 1,
outlineNone: 1,
cursorPointer: 1,
bgTransparent: 1,
@@ -31,9 +31,9 @@ class NavigationBarButton extends React.PureComponent {
colorNavigation: 1,
px10: !!title,
px5: !title,
colorWhite: !!title,
cWhite: !!title,
fs13PX: !!title,
fontWeightNormal: !!title,
fw400: !!title,
})
const iconClasses = CX({