Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
michojekunle committed Jan 27, 2025
1 parent d5addbf commit a77c105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/ui/balance-cards/BalanceCards.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const BalanceCards = ({ className }) => {

return (
<div className={`mt-5 ${className}`}>
<div className="flex flex-wrap justify-between gap-1 overflow-x-auto scrollbar-none md:flex-nowrap">
<div className="flex flex-wrap justify-between gap-2 overflow-x-auto scrollbar-none md:flex-nowrap">
{balances.map((balance) =>
isMobile ? (
<div
Expand Down

0 comments on commit a77c105

Please sign in to comment.