[Settings > Items] store-header: Fix completely

pull/62/head
Oj18 3 years ago
parent d9c66cd73b
commit abacb852f2

@ -1,6 +1,15 @@
.gm-store-header {
margin-bottom: 0;
width: 100%;
max-width: 100%;
margin-bottom: 0;
margin-top: 20px;
margin-left: 10px;
}
.gm-store-header > div {
font-weight: 700;
font-size: 24px;
line-height: 26px;
}

@ -10,9 +10,7 @@ return class StoreHeader extends React.PureComponent {
className: 'gm-store-header'
}, React.createElement(Text, {
color: Text.Colors.HEADER_PRIMARY,
size: Text.Sizes.SIZE_20,
className: HeaderClasses.pageHeader
size: Text.Sizes.SIZE_20
}, this.props.text)
);
}

Loading…
Cancel
Save