mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-04 06:17:26 +01:00 
			
		
		
		
	style: Use emojis on web as well
This commit is contained in:
		
							parent
							
								
									da91c2bd9f
								
							
						
					
					
						commit
						80b5a2b3d4
					
				@ -47,7 +47,7 @@ abstract class FluffyThemes {
 | 
			
		||||
        useMaterial3: true,
 | 
			
		||||
        brightness: brightness,
 | 
			
		||||
        colorSchemeSeed: seed ?? AppConfig.colorSchemeSeed,
 | 
			
		||||
        textTheme: PlatformInfos.isDesktop
 | 
			
		||||
        textTheme: PlatformInfos.isDesktop || PlatformInfos.isWeb
 | 
			
		||||
            ? brightness == Brightness.light
 | 
			
		||||
                ? Typography.material2018().black.merge(fallbackTextTheme)
 | 
			
		||||
                : Typography.material2018().white.merge(fallbackTextTheme)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user