Fix some things

This commit is contained in:
Gregory Schier
2023-04-04 16:56:45 -07:00
parent b913b74449
commit aa8c066f2d
5 changed files with 7 additions and 6 deletions

View File

@@ -226,7 +226,7 @@ const _SidebarItem = forwardRef(function SidebarItem(
{isResponseLoading(latestResponse) ? (
<Icon spin size="sm" icon="update" />
) : (
<StatusTag className="text-2xs" response={latestResponse} />
<StatusTag className="text-2xs dark:opacity-80" response={latestResponse} />
)}
</div>
)}