From f753fc61eeaa085a72232b78d68543259fa4be54 Mon Sep 17 00:00:00 2001 From: Petro Silenius Date: Mon, 14 Feb 2022 08:38:30 +0200 Subject: [PATCH] Add margin between icon and text in buttons --- theme.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme.ts b/theme.ts index 5e2dacd..08663d2 100644 --- a/theme.ts +++ b/theme.ts @@ -22,6 +22,9 @@ const theme = createTheme({ textTransform: 'none', '&:hover': { backgroundColor: '#1D764ACC', + }, + '& .MuiSvgIcon-root': { + marginRight: '4px', } }, },