fix: color and fmt

This commit is contained in:
Deven Joshi
2021-01-11 21:45:31 +05:30
parent 746688e04d
commit 4f41f6be7f
+5 -1
View File
@@ -70,7 +70,11 @@ Future<bool> showConfirmationDialog(
style: StreamChatTheme.of(context)
.textTheme
.bodyBold
.copyWith(color: Colors.black.withOpacity(0.5)),
.copyWith(
color: StreamChatTheme.of(context)
.colorTheme
.black
.withOpacity(0.5)),
),
onPressed: () {
Navigator.of(context).pop(false);