Updated the default class name
• Updated: - the default class name
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user