Updated the default class name

• Updated:
- the default class name
This commit is contained in:
mgabdev
2020-08-18 15:49:11 -05:00
parent d5ad398d53
commit 176ddc22f2
174 changed files with 812 additions and 812 deletions

View File

@@ -72,7 +72,7 @@ class VideoStatsPopover extends ImmutablePureComponent {
]
const containerClasses = CX({
_: 1,
d: 1,
bgBlack: !isXS,
bgPrimary: !isXS,
px10: 1,
@@ -137,8 +137,8 @@ class VideoStatLine extends React.PureComponent {
const color = isXS ? 'primary' : 'white'
return (
<div className={[_s._, _s.flexRow, _s.pt2].join(' ')}>
<div className={[_s._, _s.w115PX, _s.aiEnd, _s.mr5].join(' ')}>
<div className={[_s.d, _s.flexRow, _s.pt2].join(' ')}>
<div className={[_s.d, _s.w115PX, _s.aiEnd, _s.mr5].join(' ')}>
<Text size='extraSmall' weight='medium' color={color}>
{title}
</Text>