mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	design: Reduce alpha for background
This commit is contained in:
		
							parent
							
								
									d867a560c3
								
							
						
					
					
						commit
						6728993c50
					
				@ -7,7 +7,7 @@ class OnePageCard extends StatelessWidget {
 | 
			
		||||
 | 
			
		||||
  const OnePageCard({Key key, this.child}) : super(key: key);
 | 
			
		||||
 | 
			
		||||
  static const int alpha = 64;
 | 
			
		||||
  static const int alpha = 16;
 | 
			
		||||
  @override
 | 
			
		||||
  Widget build(BuildContext context) {
 | 
			
		||||
    return MediaQuery.of(context).size.width <= 600
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user