feat: Update action button styling and color in permission denied banner
This commit is contained in:
@@ -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!,
|
||||
],
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user