removede shadow and blurs
This commit is contained in:
@@ -125,14 +125,6 @@ Future<void> _showPillFeedback(
|
||||
decoration: BoxDecoration(
|
||||
color: backgroundColor,
|
||||
borderRadius: BorderRadius.circular(28),
|
||||
boxShadow: const [
|
||||
BoxShadow(
|
||||
color: Colors.white,
|
||||
blurRadius: 12.85,
|
||||
spreadRadius: 8.91,
|
||||
offset: Offset(0, 4.11),
|
||||
),
|
||||
],
|
||||
),
|
||||
child: Text(
|
||||
resolved,
|
||||
|
||||
Reference in New Issue
Block a user