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

@@ -15,8 +15,8 @@ class TabBar extends React.PureComponent {
return (
<ResponsiveClassesComponent
classNames={[_s._, _s.h53PX, _s.px5, _s.flexRow, _s.overflowXScroll, _s.noScrollbar].join(' ')}
classNamesXS={[_s._, _s.h40PX, _s.px5, _s.flexRow].join(' ')}
classNames={[_s.d, _s.h53PX, _s.px5, _s.flexRow, _s.overflowXScroll, _s.noScrollbar].join(' ')}
classNamesXS={[_s.d, _s.h40PX, _s.px5, _s.flexRow].join(' ')}
>
{
// Check for if tabs exist or not.