migrate ConfigContent component to Backstage UI

Signed-off-by: Aditya Kumar <aditya.kumar60@infosys.com>
This commit is contained in:
Aditya Kumar
2026-03-10 09:53:18 +05:30
parent 3a82b7bacf
commit 08c922e557
4 changed files with 26 additions and 30 deletions
+12
View File
@@ -0,0 +1,12 @@
---
'@backstage/plugin-devtools': patch
---
Migrated `ConfigContent` component from Material UI to Backstage UI (BUI).
Replaced MUI components with their BUI equivalents:
- `Box`, `Paper``Box` with `bg` and `p` props
- `Typography``Text` with `as="p"`
- `Alert``Alert` with `status` and `title` props
- Removed `makeStyles`/`createStyles` in favor of BUI spacing props