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

@ -26,7 +26,7 @@ class PopoverLayout extends React.PureComponent {
{
!!title &&
<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}
</Heading>
</div>