feat: update UiNoticeBanner layout; align children to start and adjust description color
This commit is contained in:
@@ -68,6 +68,7 @@ class UiNoticeBanner extends StatelessWidget {
|
||||
borderRadius: borderRadius ?? UiConstants.radiusLg,
|
||||
),
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: <Widget>[
|
||||
Row(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
@@ -96,7 +97,6 @@ class UiNoticeBanner extends StatelessWidget {
|
||||
Text(
|
||||
description!,
|
||||
style: UiTypography.body3r.copyWith(
|
||||
//color: descriptionColor ?? UiColors.textSecondary,
|
||||
color: descriptionColor ?? UiColors.primary,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user