Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chiscookeke11 committed Feb 27, 2025
1 parent 106819c commit 845714c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConnectModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const ConnectModal = ({ setIsOpen }) => {
>
<div
onClick={(e) => e.stopPropagation()}
className="md:w-[380px] h-[252px] flex px-3 flex-col gap-2 items-center justify-center bg-white rounded-lg shadow-xl shadow-[rgba(0,0,0,0.2)] loading-gradient
className="md:w-[380px] h-[252px] flex px-3 min-w-[300px] flex-col gap-2 items-center justify-center bg-white rounded-lg shadow-xl shadow-[rgba(0,0,0,0.2)] loading-gradient
"
>
{connectors.map((connector) => (
Expand Down

0 comments on commit 845714c

Please sign in to comment.