mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	chore: Adjust gradient and bubble borders
This commit is contained in:
		
							parent
							
								
									161791a07d
								
							
						
					
					
						commit
						299ed4f25a
					
				@ -17,6 +17,7 @@ class BackgroundGradientBox extends StatelessWidget {
 | 
			
		||||
          colors: [
 | 
			
		||||
            Theme.of(context).scaffoldBackgroundColor,
 | 
			
		||||
            Theme.of(context).secondaryHeaderColor,
 | 
			
		||||
            Theme.of(context).secondaryHeaderColor,
 | 
			
		||||
          ],
 | 
			
		||||
        ),
 | 
			
		||||
      ),
 | 
			
		||||
 | 
			
		||||
@ -95,9 +95,6 @@ class Message extends StatelessWidget {
 | 
			
		||||
              borderRadius: BorderRadius.circular(AppConfig.borderRadius),
 | 
			
		||||
              child: Container(
 | 
			
		||||
                decoration: BoxDecoration(
 | 
			
		||||
                  border: Border.all(
 | 
			
		||||
                    color: Theme.of(context).secondaryHeaderColor,
 | 
			
		||||
                  ),
 | 
			
		||||
                  borderRadius: BorderRadius.circular(AppConfig.borderRadius),
 | 
			
		||||
                ),
 | 
			
		||||
                padding:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user