Skip to content

Commit

Permalink
fix: ShellTriggerButton icon disappears #34 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
firede authored Mar 12, 2023
1 parent c31ceae commit 8f800ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/DevTools/Extension/Extension.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ const shellTriggerButtonStyles: Sx = () => ({
left: 10,
bottom: 10,
borderRadius: '50%',
padding: '2rem',
width: '4rem',
height: '4rem',
zIndex: 99999,
img: {
height: '2rem',
Expand Down

0 comments on commit 8f800ce

Please sign in to comment.