Update styles

This commit is contained in:
Germán Martínez 2019-07-04 08:21:43 +02:00
parent b064b0fa9f
commit efff7ce388
2 changed files with 4 additions and 9 deletions

View File

@ -4,6 +4,7 @@ import { withStyles } from '@material-ui/core/styles'
import Block from '~/components/layout/Block' import Block from '~/components/layout/Block'
import Col from '~/components/layout/Col' import Col from '~/components/layout/Col'
import Field from '~/components/forms/Field' import Field from '~/components/forms/Field'
import Heading from '~/components/layout/Heading'
import { composeValidators, required, minMaxLength } from '~/components/forms/validator' import { composeValidators, required, minMaxLength } from '~/components/forms/validator'
import TextField from '~/components/forms/TextField' import TextField from '~/components/forms/TextField'
import GnoForm from '~/components/forms/GnoForm' import GnoForm from '~/components/forms/GnoForm'
@ -49,10 +50,8 @@ const ChangeSafeName = (props: Props) => {
{() => ( {() => (
<React.Fragment> <React.Fragment>
<Block className={classes.formContainer}> <Block className={classes.formContainer}>
<Paragraph noMargin className={classes.title} size="lg" weight="bolder"> <Heading tag="h3">Modify Safe name</Heading>
Modify Safe name <Paragraph>
</Paragraph>
<Paragraph size="sm">
You can change the name of this Safe. This name is only stored locally and never shared with Gnosis or You can change the name of this Safe. This name is only stored locally and never shared with Gnosis or
any third parties. any third parties.
</Paragraph> </Paragraph>

View File

@ -2,12 +2,8 @@
import { lg } from '~/theme/variables' import { lg } from '~/theme/variables'
export const styles = () => ({ export const styles = () => ({
title: {
padding: `${lg} 0 20px`,
fontSize: '16px',
},
formContainer: { formContainer: {
padding: '0 20px', padding: lg,
minHeight: '369px', minHeight: '369px',
}, },
root: { root: {