add dialog warning icon
This commit is contained in:
@@ -300,6 +300,7 @@ class _FeedEditContent extends HookConsumerWidget {
|
||||
context: context,
|
||||
builder: (BuildContext context) {
|
||||
return AlertDialog(
|
||||
icon: const Icon(Icons.warning),
|
||||
title: const Text('Delete Feed'),
|
||||
content: const Text(
|
||||
'Are you sure you want to delete this feed and delete all related articles?',
|
||||
|
||||
Reference in New Issue
Block a user