Skip to content

Commit 54b90e9

Browse files
euliceslCopilot
andauthored
Update app/lib/pages/action_items/widgets/action_item_tile_widget.dart
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6ae274c commit 54b90e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/pages/action_items/widgets/action_item_tile_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class _ActionItemTileWidgetState extends State<ActionItemTileWidget> {
284284
child: Icon(
285285
_isExportedToCurrent ? Icons.check : Icons.add,
286286
size: 8,
287-
color: _isExportedToCurrent ? Colors.white : Colors.black,
287+
color: _isExportedToCurrent ? Colors.white : Colors.grey[900],
288288
),
289289
),
290290
),

0 commit comments

Comments
 (0)