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