mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: Chat background
This commit is contained in:
		
							parent
							
								
									5306865aba
								
							
						
					
					
						commit
						39f7fd6c0b
					
				@ -233,8 +233,9 @@ class ChatView extends StatelessWidget {
 | 
			
		||||
                  ),
 | 
			
		||||
                )
 | 
			
		||||
              : null,
 | 
			
		||||
          backgroundColor: Theme.of(context).primaryColor.withAlpha(
 | 
			
		||||
              Theme.of(context).brightness == Brightness.light ? 15 : 70),
 | 
			
		||||
          backgroundColor: Theme.of(context).brightness == Brightness.light
 | 
			
		||||
              ? FluffyThemes.lighten(Theme.of(context).primaryColor, 0.51)
 | 
			
		||||
              : FluffyThemes.darken(Theme.of(context).primaryColor, 0.325),
 | 
			
		||||
          body: Stack(
 | 
			
		||||
            children: <Widget>[
 | 
			
		||||
              if (Matrix.of(context).wallpaper != null)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user