fix: Fixed opacity

This commit is contained in:
Deven Joshi
2021-01-12 18:17:08 +05:30
parent 53587a8655
commit 1cf15f1b61
+1 -1
View File
@@ -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,