From 1cf15f1b61484a08af1005b169c270fd54b5469f Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Tue, 12 Jan 2021 18:17:08 +0530 Subject: [PATCH] fix: Fixed opacity --- lib/src/info_tile.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/info_tile.dart b/lib/src/info_tile.dart index 80595601..46d111e7 100644 --- a/lib/src/info_tile.dart +++ b/lib/src/info_tile.dart @@ -25,7 +25,7 @@ class InfoTile extends StatelessWidget { childAnchor: childAnchor ?? Alignment.bottomCenter, portal: Container( height: 25.0, - color: StreamChatTheme.of(context).colorTheme.grey, + color: StreamChatTheme.of(context).colorTheme.grey.withOpacity(0.9), child: Center( child: Text( message,