mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 12:59:21 +00:00
Fix appearance issues
This commit is contained in:
parent
f5914a8d34
commit
8881ef3af4
@ -52,7 +52,7 @@ class _AuthorizedGroupPageScreenState extends State<AuthorizedGroupPageScreen> {
|
||||
/// Build group page header
|
||||
Widget _buildGroupPageHeader() {
|
||||
return Container(
|
||||
color: Colors.black45,
|
||||
color: Colors.black26,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
child: Row(
|
||||
|
@ -20,6 +20,7 @@ class GroupIcon extends StatelessWidget {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return Material(
|
||||
color: Colors.transparent,
|
||||
child: CachedNetworkImage(
|
||||
imageUrl: group.iconURL,
|
||||
width: width,
|
||||
|
Loading…
Reference in New Issue
Block a user