mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 22:07:23 +01:00 
			
		
		
		
	fix: Color in bottom bar
This commit is contained in:
		
							parent
							
								
									ae0a720d16
								
							
						
					
					
						commit
						226c97526e
					
				@ -28,6 +28,7 @@ class SpacesBottomBar extends StatelessWidget {
 | 
			
		||||
          context,
 | 
			
		||||
          i == 0 ? null : controller.spaces[i - 1].id,
 | 
			
		||||
        ),
 | 
			
		||||
        selectedItemColor: Theme.of(context).colorScheme.primary,
 | 
			
		||||
        items: [
 | 
			
		||||
          SalomonBottomBarItem(
 | 
			
		||||
            icon: const Icon(CupertinoIcons.chat_bubble_2),
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user