Style PasswordField like TextField

Signed-off-by: James Brooks <jamesbrooks@spotify.com>
This commit is contained in:
James Brooks
2026-05-07 08:08:38 +01:00
parent e68cb8ac0f
commit 11699ac31f
4 changed files with 71 additions and 48 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/ui': patch
---
Updated `PasswordField` to visually match `TextField`, including consistent focus rings, error states, disabled appearance, and background colour behaviour.
**Affected components:** PasswordField