From 4152a49188a0e09ec696283b4ed0c5a4e77f9d98 Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Sat, 3 Oct 2020 12:29:45 -0700 Subject: [PATCH] adjust size of 'Remove theme' button Closes #1105' --- components/Themes/index.js | 2 +- components/svg/Remove.js | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/components/Themes/index.js b/components/Themes/index.js index 9a16386..8aa5072 100644 --- a/components/Themes/index.js +++ b/components/Themes/index.js @@ -25,7 +25,7 @@ const ThemeItem = ({ children, item, isSelected, remove }) => ( remove(item.id) }} > - + )}