From efff7ce3885a11ce7c164e8b9416a488704c64da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADnez?= Date: Thu, 4 Jul 2019 08:21:43 +0200 Subject: [PATCH] Update styles --- .../safe/components/Settings/ChangeSafeName/index.jsx | 7 +++---- .../safe/components/Settings/ChangeSafeName/style.js | 6 +----- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/src/routes/safe/components/Settings/ChangeSafeName/index.jsx b/src/routes/safe/components/Settings/ChangeSafeName/index.jsx index 84290bbc..70319bdc 100644 --- a/src/routes/safe/components/Settings/ChangeSafeName/index.jsx +++ b/src/routes/safe/components/Settings/ChangeSafeName/index.jsx @@ -4,6 +4,7 @@ import { withStyles } from '@material-ui/core/styles' import Block from '~/components/layout/Block' import Col from '~/components/layout/Col' import Field from '~/components/forms/Field' +import Heading from '~/components/layout/Heading' import { composeValidators, required, minMaxLength } from '~/components/forms/validator' import TextField from '~/components/forms/TextField' import GnoForm from '~/components/forms/GnoForm' @@ -49,10 +50,8 @@ const ChangeSafeName = (props: Props) => { {() => ( - - Modify Safe name - - + Modify Safe name + You can change the name of this Safe. This name is only stored locally and never shared with Gnosis or any third parties. diff --git a/src/routes/safe/components/Settings/ChangeSafeName/style.js b/src/routes/safe/components/Settings/ChangeSafeName/style.js index 6971727e..4f0637fa 100644 --- a/src/routes/safe/components/Settings/ChangeSafeName/style.js +++ b/src/routes/safe/components/Settings/ChangeSafeName/style.js @@ -2,12 +2,8 @@ import { lg } from '~/theme/variables' export const styles = () => ({ - title: { - padding: `${lg} 0 20px`, - fontSize: '16px', - }, formContainer: { - padding: '0 20px', + padding: lg, minHeight: '369px', }, root: {