fix: update font size in AdvanceBreadcrumb component for better readability

This commit is contained in:
Mauricio Siu
2026-03-19 00:55:19 -06:00
parent 7d2d7fc005
commit 837373fdc5

View File

@@ -526,7 +526,7 @@ export const AdvanceBreadcrumb = () => {
)}
{projectEnvironments && projectEnvironments.length === 1 && (
<p className="text-xs font-normal ml-1">
<p className="text-sm font-normal ml-1">
{currentEnvironment?.name || "production"}
</p>
)}