Skip to content

Commit

Permalink
Issue #414 - Fix styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
delrifai committed Jan 7, 2025
1 parent 539628b commit 4d7f92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/searches/AccountSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const AccountSearch = () => {
)}
</Button>
{!accountName && (
<label className="ml-2 text-muted-foreground">Set account name</label>
<label className="ml-2 text-gray-300 dark:text-gray-500 ">Set account name</label>
)}
</div>
</>
Expand Down

0 comments on commit 4d7f92b

Please sign in to comment.