Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Jul 29, 2024
1 parent 65417aa commit cdd51d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/WalletTypeCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export default function WalletTypeCard({
}: WalletTypeCardProps) {
return (
<Stack
borderWidth="1px"
borderRadius="2xl"
flex={1}
width="100%"
Expand Down
4 changes: 3 additions & 1 deletion components/views/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ export default function ConnectWallet({
}}
unstyled
></WalletTypeCard>
{i < wallet.services.length - 1 && <Divider w="80%" />}
{i < wallet.services.length - 1 && (
<Divider w="80%" color="gray.300" />
)}
</Fragment>
)
})}
Expand Down

0 comments on commit cdd51d2

Please sign in to comment.