mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	fix: EmptyPage appbar on dark mode
This commit is contained in:
		
							parent
							
								
									c6230094eb
								
							
						
					
					
						commit
						3d5eb6e061
					
				@ -14,6 +14,7 @@ class EmptyPage extends StatelessWidget {
 | 
			
		||||
      appBar: AppBar(
 | 
			
		||||
        automaticallyImplyLeading: false,
 | 
			
		||||
        elevation: 0,
 | 
			
		||||
        backgroundColor: Theme.of(context).scaffoldBackgroundColor,
 | 
			
		||||
      ),
 | 
			
		||||
      extendBodyBehindAppBar: true,
 | 
			
		||||
      body: Column(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user