We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a796bd9 commit 4b5198bCopy full SHA for 4b5198b
1 file changed
lib/view/save_badge_screen.dart
@@ -98,7 +98,7 @@ class _SaveBadgeScreenState extends State<SaveBadgeScreen> {
98
return SizedBox.shrink();
99
}
100
return IconButton(
101
- icon: const Icon(Icons.delete, color: Colors.red),
+ icon: const Icon(Icons.delete, color: drawerHeaderTitle),
102
tooltip: l10n.deleteSelected,
103
onPressed: () async {
104
final confirm = await showDialog<bool>(
0 commit comments