Web.Components: MainButton: fixed style

This commit is contained in:
Daniil Senkiv 2020-01-14 18:41:30 +03:00
parent 8efbdf59ed
commit dd7a2e62e4

View File

@ -166,7 +166,7 @@ class MainButton extends React.PureComponent {
return (
<GroupMainButton {...this.props} ref={this.ref}>
<StyledMainButton {...this.props} onClick={this.onMainButtonClick}>
<Text fontSize='16px' fontWeight={600} color="#fff">
<Text fontSize='16px' fontWeight='bold' color="#fff">
{this.props.text}
</Text>
</StyledMainButton>