Header Provider info CSS fix #72

This commit is contained in:
apanizo 2018-11-06 12:25:52 +01:00
parent b4f4e3fdf0
commit f6e0fcb57b
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ const ProviderInfo = ({
<Identicon address={identiconAddress} diameter={30} />
<Img className={classes.logo} src={logo} height={20} alt="Connection status" />
<Col start="sm" layout="column" className={classes.account}>
<Paragraph size="sm" transform="capitalize" className={classes.network} noMargin weight="bold">{providerText}</Paragraph>
<Paragraph size="sm" transform="capitalize" className={classes.network} noMargin weight="bolder">{providerText}</Paragraph>
<Paragraph size="sm" className={classes.address} noMargin color={color}>{cutAddress}</Paragraph>
</Col>
</React.Fragment>

View File

@ -4,7 +4,7 @@ import { border } from '~/theme/variables'
const style = {
height: '100%',
border: `solid 1px ${border}`,
borderRight: `solid 1px ${border}`,
}
const Divider = () => (