Skip to content

Commit

Permalink
fix height of dropdowm menu
Browse files Browse the repository at this point in the history
  • Loading branch information
vihsonic committed Dec 16, 2024
1 parent a6a3025 commit 6f3fef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/network/NetworkList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const NetworkListComponent: React.FC<INetworkListComponentProps> = ({
}}
value={chain.name}
width={"192px"}
height={"32px"}
height={"40px"}
px={"12px"}
py={"6px"}
fontSize={"14px"}
Expand Down
4 changes: 2 additions & 2 deletions src/components/wallet-connect/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const Account = () => {
<MenuItem
value="Copy"
width={"192px"}
height={"32px"}
height={"40px"}
px={"12px"}
py={"6px"}
fontSize={"14px"}
Expand All @@ -106,7 +106,7 @@ export const Account = () => {
<MenuItem
value="Disconnect"
width={"192px"}
height={"32px"}
height={"40px"}
px={"12px"}
py={"6px"}
bgColor={"transparent"}
Expand Down

0 comments on commit 6f3fef6

Please sign in to comment.