From d7c056eadeac683e189b25195b1e6a95616f3fa3 Mon Sep 17 00:00:00 2001 From: Mikhail Mikheev Date: Thu, 5 Sep 2019 17:10:45 +0400 Subject: [PATCH] Update font sizes, make control row in settings absolutely positioned --- .../components/Settings/ChangeSafeName/index.jsx | 13 +++---------- .../components/Settings/ChangeSafeName/style.js | 12 ++++++++++-- src/routes/safe/components/Settings/index.jsx | 2 +- src/routes/safe/components/Settings/style.js | 8 +++++--- src/theme/mui.js | 2 ++ 5 files changed, 21 insertions(+), 16 deletions(-) diff --git a/src/routes/safe/components/Settings/ChangeSafeName/index.jsx b/src/routes/safe/components/Settings/ChangeSafeName/index.jsx index 4713515c..30eaea1c 100644 --- a/src/routes/safe/components/Settings/ChangeSafeName/index.jsx +++ b/src/routes/safe/components/Settings/ChangeSafeName/index.jsx @@ -11,16 +11,10 @@ import TextField from '~/components/forms/TextField' import GnoForm from '~/components/forms/GnoForm' import Row from '~/components/layout/Row' import Paragraph from '~/components/layout/Paragraph' -import Hairline from '~/components/layout/Hairline' import Button from '~/components/layout/Button' -import { sm } from '~/theme/variables' +import { lg } from '~/theme/variables' import { styles } from './style' -const controlsStyle = { - backgroundColor: 'white', - padding: sm, -} - export const SAFE_NAME_INPUT_TEST_ID = 'safe-name-input' export const SAFE_NAME_SUBMIT_BTN_TEST_ID = 'change-safe-name-btn' @@ -48,7 +42,7 @@ 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. @@ -66,8 +60,7 @@ const ChangeSafeName = (props: Props) => { /> - - +