From 8f800ce1b3f43cc87a7a9474fb9e1ade943b6f22 Mon Sep 17 00:00:00 2001 From: Zhao Lei Date: Sun, 12 Mar 2023 22:19:10 +0800 Subject: [PATCH] fix: ShellTriggerButton icon disappears #34 (#35) --- src/DevTools/Extension/Extension.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/DevTools/Extension/Extension.tsx b/src/DevTools/Extension/Extension.tsx index 75f0dc3f..72190e7c 100644 --- a/src/DevTools/Extension/Extension.tsx +++ b/src/DevTools/Extension/Extension.tsx @@ -12,7 +12,8 @@ const shellTriggerButtonStyles: Sx = () => ({ left: 10, bottom: 10, borderRadius: '50%', - padding: '2rem', + width: '4rem', + height: '4rem', zIndex: 99999, img: { height: '2rem',