From 4512388493692c76279048f1132848da090d91a7 Mon Sep 17 00:00:00 2001 From: apanizo Date: Wed, 7 Nov 2018 16:16:11 +0100 Subject: [PATCH] Fix batch of CSS improvements on OpenSafe page 1 --- src/components/Stepper/Controls/index.jsx | 8 ++++++- src/components/Stepper/OpenPaper/index.jsx | 1 + .../open/components/SafeNameForm/index.jsx | 2 +- src/theme/mui.js | 24 +++++++++++++------ 4 files changed, 26 insertions(+), 9 deletions(-) diff --git a/src/components/Stepper/Controls/index.jsx b/src/components/Stepper/Controls/index.jsx index c2bb76e7..58f6c3ec 100644 --- a/src/components/Stepper/Controls/index.jsx +++ b/src/components/Stepper/Controls/index.jsx @@ -3,7 +3,7 @@ import * as React from 'react' import Button from '~/components/layout/Button' import Col from '~/components/layout/Col' import Row from '~/components/layout/Row' -import { sm } from '~/theme/variables' +import { sm, boldFont } from '~/theme/variables' const controlStyle = { backgroundColor: 'white', @@ -12,6 +12,11 @@ const controlStyle = { const firstButtonStyle = { marginRight: sm, + fontWeight: boldFont, +} + +const secondButtonStyle = { + fontWeight: boldFont, } type Props = { @@ -41,6 +46,7 @@ const Controls = ({ {back}