c67fb17302
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
312 B
312 B
@backstage/ui
| @backstage/ui |
|---|
| minor |
BREAKING: Alert no longer accepts a surface prop
The Alert component's background is now driven entirely by its status prop. The surface prop has been removed.
- <Alert surface="1" status="info" />
+ <Alert status="info" />
Affected components: Alert