diff --git a/components/home/searches/AccountSearch.tsx b/components/home/searches/AccountSearch.tsx index a906ab3d52d7878e67d8774f7579de3a93a5bb0d..e4d3a8ac56ac70bde3d93c68292f82b41af47f08 100644 --- a/components/home/searches/AccountSearch.tsx +++ b/components/home/searches/AccountSearch.tsx @@ -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> </>