Skip to content

Commit

Permalink
typo fix Update MenuItem.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MonkeyKing44 authored Jan 2, 2025
1 parent 3189e98 commit 1247631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/core/Menu/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const MenuItemContainer = styled("button", {
alignItems: "center",
width: 160,
padding: "10px",
appearence: "none",
appearance: "none",
cursor: "pointer",
"& img": {
paddingRight: "1rem",
Expand Down

0 comments on commit 1247631

Please sign in to comment.