Skip to content
Snippets Groups Projects
Commit 4d7f92bc authored by Dima Rifai's avatar Dima Rifai
Browse files

Issue #414 - Fix styling issue

parent 539628be
No related branches found
No related tags found
1 merge request!512Issue #414 - Fix styling issue
Pipeline #112452 failed
...@@ -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>
</> </>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment