Skip to content
Snippets Groups Projects

Issue #414 - Fix styling issue

Merged Dima Rifai requested to merge delrifai/#414_fix_account_name_styling into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -105,7 +105,7 @@ const AccountSearch = () => {
@@ -105,7 +105,7 @@ const AccountSearch = () => {
)}
)}
</Button>
</Button>
{!accountName && (
{!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>
</div>
</>
</>
Loading