fix: Fixed opacity
This commit is contained in:
@@ -25,7 +25,7 @@ class InfoTile extends StatelessWidget {
|
|||||||
childAnchor: childAnchor ?? Alignment.bottomCenter,
|
childAnchor: childAnchor ?? Alignment.bottomCenter,
|
||||||
portal: Container(
|
portal: Container(
|
||||||
height: 25.0,
|
height: 25.0,
|
||||||
color: StreamChatTheme.of(context).colorTheme.grey,
|
color: StreamChatTheme.of(context).colorTheme.grey.withOpacity(0.9),
|
||||||
child: Center(
|
child: Center(
|
||||||
child: Text(
|
child: Text(
|
||||||
message,
|
message,
|
||||||
|
|||||||
Reference in New Issue
Block a user