Skip to content

Commit

Permalink
Fix color for you owe in group view
Browse files Browse the repository at this point in the history
  • Loading branch information
KMKoushik committed Mar 25, 2024
1 parent b92fb44 commit d6e508e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/group/GroupMyBalance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const GroupMyBalance: React.FC<GroupMyBalanceProps> = ({ userId, groupBalances,
) : null}

{youOwe.length > 0 ? (
<div className="text-orange-6000 flex flex-wrap gap-1">
<div className="text-orange-6000 flex flex-wrap gap-1 text-orange-600">
You owe
{youOwe.map(([currency, amount], index, arr) => {
return (
Expand Down

0 comments on commit d6e508e

Please sign in to comment.