Skip to content

Commit

Permalink
Merge pull request #1976 from marcusljf/color-update
Browse files Browse the repository at this point in the history
Connected account color change
  • Loading branch information
steven-tey authored Feb 4, 2025
2 parents 82e8c5d + cc1ae37 commit 318c691
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 318c691

Please sign in to comment.