warning icon
This commit is contained in:
@@ -69,7 +69,7 @@ Future<void> _showPillFeedback(
|
||||
_FeedbackKind.error => (
|
||||
const Color(0xFFFDE8E8),
|
||||
const Color(0xFFE57373),
|
||||
Icons.close,
|
||||
Icons.warning,
|
||||
),
|
||||
_FeedbackKind.info => (
|
||||
const Color(0xFFE3F2FD),
|
||||
@@ -155,11 +155,7 @@ Future<void> _showPillFeedback(
|
||||
color: circleColor,
|
||||
shape: BoxShape.circle,
|
||||
),
|
||||
child: Icon(
|
||||
iconData,
|
||||
color: Colors.white,
|
||||
size: 38,
|
||||
),
|
||||
child: Icon(iconData, color: Colors.white, size: 38),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user