Fixed issue with PopoverLayout XS Heading
• Fixed: - issue with PopoverLayout XS Heading
This commit is contained in:
parent
d47b3f48ed
commit
9a61bea577
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user