Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Dec 19, 2024
1 parent 8be3f4a commit c24c77e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/extension/src/pages/main/components/menu-bar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,8 @@ const PanelModeItem: FunctionComponent<{
position="relative"
isSelected={isSelected}
borderRadius="0.5rem"
paddingY="0.5rem"
paddingTop="0.75rem"
paddingBottom="0.5rem"
cursor={isSelected ? undefined : "pointer"}
onClick={(e) => {
e.preventDefault();
Expand All @@ -541,7 +542,7 @@ const PanelModeItem: FunctionComponent<{
<PanelModeItemStylesImageContainer isSelected={isSelected}>
{img}
</PanelModeItemStylesImageContainer>
<Gutter size="0.5rem" />
<Gutter size="0.25rem" />
<PanelModeItemStylesTextContainer isSelected={isSelected}>
<XAxis alignY="center">{text}</XAxis>
</PanelModeItemStylesTextContainer>
Expand Down

0 comments on commit c24c77e

Please sign in to comment.