Skip to content

Commit 64288e9

Browse files
Update tags_widget.dart
1 parent 1533509 commit 64288e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/widgets/taskdetails/tags_widget.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ class TagsRouteState extends State<TagsRoute> {
182182
showDialog(
183183
context: context,
184184
builder: (context) => AlertDialog(
185+
backgroundColor: AppSettings.isDarkMode
186+
? const Color.fromARGB(255, 220, 216, 216)
187+
: Colors.white,
185188
scrollable: true,
186189
title: const Text('Add tag'),
187190
content: TextField(

0 commit comments

Comments
 (0)