From 3b021654491a5ed41f8cd7fe28134ac0c0c383cc Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Date: Mon, 22 Feb 2021 20:12:28 +0100 Subject: [PATCH] Fix styles to match design --- .../open/components/SafeOwnersConfirmationsForm/style.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/routes/open/components/SafeOwnersConfirmationsForm/style.ts b/src/routes/open/components/SafeOwnersConfirmationsForm/style.ts index 6b55841f..c6c11306 100644 --- a/src/routes/open/components/SafeOwnersConfirmationsForm/style.ts +++ b/src/routes/open/components/SafeOwnersConfirmationsForm/style.ts @@ -1,4 +1,4 @@ -import { disabled, extraSmallFontSize, lg, md, screenSm, sm } from 'src/theme/variables' +import { disabled, extraSmallFontSize, lg, md, screenSm, sm, xs } from 'src/theme/variables' import { createStyles } from '@material-ui/core' export const styles = createStyles({ @@ -9,11 +9,13 @@ export const styles = createStyles({ padding: `${md} ${lg}`, }, link: { - paddingLeft: `${sm}`, + paddingLeft: `${xs}`, '& svg': { position: 'relative', top: '1px', - left: '3px', + left: `${xs}`, + height: '14px', + width: '14px', }, }, owner: {