fix(ui): show AWS Organizations deployment hint in error color (#12063)

This commit is contained in:
Pedro Martín
2026-07-21 16:50:48 +02:00
committed by GitHub
parent e943ded978
commit 7f9d64a996
2 changed files with 2 additions and 1 deletions
@@ -0,0 +1 @@
AWS Organizations setup modal now shows the "Enter a valid Organizational Unit or Root ID" hint in the error color, clarifying why the deployment button is disabled
@@ -486,7 +486,7 @@ export function OrgSetupForm({
</Button>
)}
{!isOrgUnitIdValid && (
<p className="text-text-neutral-tertiary text-xs leading-5">
<p className="text-text-error-primary text-xs leading-5">
Enter a valid Organizational Unit or Root ID above to enable
deployment.
</p>