mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	chore: Nicer FAB icon
This commit is contained in:
		
							parent
							
								
									da3dc8078d
								
							
						
					
					
						commit
						3eeb9a96e5
					
				@ -427,7 +427,7 @@ class _ChatListState extends State<ChatList> {
 | 
			
		||||
                ? FloatingActionButton(
 | 
			
		||||
                    onPressed: () => AdaptivePageLayout.of(context)
 | 
			
		||||
                        .pushNamedAndRemoveUntilIsFirst('/newprivatechat'),
 | 
			
		||||
                    child: Icon(Icons.add_outlined),
 | 
			
		||||
                    child: Icon(CupertinoIcons.chat_bubble),
 | 
			
		||||
                  )
 | 
			
		||||
                : null,
 | 
			
		||||
          );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user