feat: Update action button styling and color in permission denied banner

This commit is contained in:
Achintha Isuru
2026-03-13 16:44:39 -04:00
parent accff00155
commit a2b102a96d
3 changed files with 18 additions and 14 deletions

View File

@@ -94,13 +94,13 @@ class UiNoticeBanner extends StatelessWidget {
),
),
],
if (action != null) ...<Widget>[
const SizedBox(height: UiConstants.space2),
action!,
],
],
),
),
if (action != null) ...<Widget>[
const SizedBox(width: UiConstants.space3),
action!,
],
],
),
);