mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	chore: Follow up dividercolor
This commit is contained in:
		
							parent
							
								
									ab5aea4caf
								
							
						
					
					
						commit
						0f69a1fefb
					
				@ -55,6 +55,9 @@ abstract class FluffyThemes {
 | 
			
		||||
        snackBarTheme: const SnackBarThemeData(
 | 
			
		||||
          behavior: SnackBarBehavior.floating,
 | 
			
		||||
        ),
 | 
			
		||||
        dividerColor: brightness == Brightness.light
 | 
			
		||||
            ? Colors.blueGrey.shade50
 | 
			
		||||
            : Colors.blueGrey.shade900,
 | 
			
		||||
        popupMenuTheme: PopupMenuThemeData(
 | 
			
		||||
          shape: RoundedRectangleBorder(
 | 
			
		||||
            borderRadius: BorderRadius.circular(AppConfig.borderRadius),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user