Merge pull request #34151 from backstage/password

Style PasswordField like TextField
This commit is contained in:
Charles de Dreuille
2026-05-15 14:22:17 +01:00
committed by GitHub
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