warning icon

This commit is contained in:
2026-04-23 02:13:36 +02:00
parent 5ad0a7acc5
commit 4fbdce3c8c

View File

@@ -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),
),
),
),