From 4d7f92bc2e502a263fa697fb7cecc12d3f4c6175 Mon Sep 17 00:00:00 2001
From: Dima Rifai <dima.rifai@gmail.com>
Date: Tue, 7 Jan 2025 08:10:21 +0200
Subject: [PATCH] Issue #414 - Fix styling issue

---
 components/home/searches/AccountSearch.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/home/searches/AccountSearch.tsx b/components/home/searches/AccountSearch.tsx
index a906ab3d..e4d3a8ac 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>
     </>
-- 
GitLab