diff --git a/lib/src/actions.dart b/lib/src/actions.dart index 577e9c7..1f44e0c 100644 --- a/lib/src/actions.dart +++ b/lib/src/actions.dart @@ -182,7 +182,7 @@ class SlidableAction extends StatelessWidget { if (icon != null) { children.add( - Icon(icon), + Icon(icon, color: foregroundColor), ); }