Skip to content

Commit

Permalink
Connected account color change
Browse files Browse the repository at this point in the history
Updated the connected bank account number to neutral from gray.
  • Loading branch information
marcusljf committed Feb 4, 2025
1 parent 82e8c5d commit cc1ae37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export function PayoutStatsAndSettings() {
{bankAccount && (
<div className="text-sm">
<p className="text-neutral-600">{bankAccount.bank_name}</p>
<div className="flex items-center gap-1.5 font-mono text-gray-400">
<div className="flex items-center gap-1.5 font-mono text-neutral-400">
<MatrixLines className="size-3" />
{bankAccount.routing_number}
<MatrixLines className="size-3" />
Expand Down

0 comments on commit cc1ae37

Please sign in to comment.