Skip to content

Commit

Permalink
update transfer section label text color
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Oct 19, 2023
1 parent 03b0a9c commit ec3fa96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/src/components/transfer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ function Section({
return (
<div className={`gap-small lg:gap-middle relative flex flex-col ${className}`}>
<div className="absolute -top-8 left-0 flex w-full items-center justify-between">
<span className="text-sm font-normal text-white">{label}</span>
<span className="text-sm font-normal text-white/50">{label}</span>
{extra}
</div>
{children}
Expand Down

0 comments on commit ec3fa96

Please sign in to comment.