Update banner design (#13420)

This commit is contained in:
Adib234
2025-11-20 08:52:15 -08:00
committed by GitHub
parent 4adfdad47f
commit e20d282088
3 changed files with 63 additions and 27 deletions
@@ -88,7 +88,7 @@ describe('Gradient Crash Regression Tests', () => {
it('<Banner /> should not crash when theme.ui.gradient is empty', () => {
const { lastFrame } = renderWithProviders(
<Banner bannerText="Test Banner" color="blue" width={80} />,
<Banner bannerText="Test Banner" isWarning={false} width={80} />,
{
width: 120,
},