Skip to content

Commit

Permalink
style: adjust padding in ConnectorsList button for improved layout
Browse files Browse the repository at this point in the history
  • Loading branch information
arentant committed Dec 26, 2024
1 parent 483b65e commit 01373e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/WalletModal/ConnectorsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const ConnectList: FC<WalletsListProps> = ({ modalWalletProvider: provider, onFi
<button
type="button"
disabled={!!provider.connector}
className="w-full h-fit flex items-center justify-between bg-secondary-700 hover:bg-secondary-500 transition-colors duration-200 rounded-xl px-2 p-3"
className="w-full h-fit flex items-center justify-between bg-secondary-700 hover:bg-secondary-500 transition-colors duration-200 rounded-xl p-2"
onClick={() => connect(connector)}
>
<div className="flex gap-3 items-center font-semibold">
Expand Down

0 comments on commit 01373e6

Please sign in to comment.