Skip to content

Commit 8f800ce

Browse files
authored
fix: ShellTriggerButton icon disappears #34 (#35)
1 parent c31ceae commit 8f800ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DevTools/Extension/Extension.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ const shellTriggerButtonStyles: Sx = () => ({
1212
left: 10,
1313
bottom: 10,
1414
borderRadius: '50%',
15-
padding: '2rem',
15+
width: '4rem',
16+
height: '4rem',
1617
zIndex: 99999,
1718
img: {
1819
height: '2rem',

0 commit comments

Comments
 (0)