fix: change color when no org found

Signed-off-by: manish-singh-bisht <mthefool218@gmail.com>
This commit is contained in:
manish-singh-bisht
2025-12-13 21:41:49 +05:30
committed by Sacha Al Himdani
parent bb4876fd4f
commit fd2fab06cc
2 changed files with 2 additions and 2 deletions

View File

@@ -250,7 +250,7 @@ function OrganizationSelector({
{__("Loading organizations...")}
</div>
) : filteredOrganizations.length === 0 ? (
<div className="px-3 py-2 text-gray-500">
<div className="px-3 py-2 text-txt-secondary">
{__("No organizations found")}
</div>
) : (

View File

@@ -460,7 +460,7 @@ function OrganizationSelector({
{__("Loading organizations...")}
</div>
) : filteredOrganizations.length === 0 ? (
<div className="px-3 py-2 text-gray-500">
<div className="px-3 py-2 text-txt-secondary">
{__("No organizations found")}
</div>
) : (