Fixed issue with PopoverLayout XS Heading

• Fixed:
- issue with PopoverLayout XS Heading
This commit is contained in:
mgabdev 2020-10-24 18:48:23 -05:00
parent d47b3f48ed
commit 9a61bea577

View File

@ -26,7 +26,7 @@ class PopoverLayout extends React.PureComponent {
{ {
!!title && !!title &&
<div className={[_s.d, _s.flexRow, _s.aiCenter, _s.jcCenter, _s.borderBottom1PX, _s.borderColorSecondary, _s.h53PX, _s.px15].join(' ')}> <div className={[_s.d, _s.flexRow, _s.aiCenter, _s.jcCenter, _s.borderBottom1PX, _s.borderColorSecondary, _s.h53PX, _s.px15].join(' ')}>
<Heading size='2'> <Heading size='h2'>
{title} {title}
</Heading> </Heading>
</div> </div>