mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Fix icon color
This commit is contained in:
		@@ -514,7 +514,7 @@ class _ConversationScreenState extends SafeState<ConversationScreen> {
 | 
			
		||||
                ),
 | 
			
		||||
                child: Icon(
 | 
			
		||||
                  Icons.add,
 | 
			
		||||
                  color: darkTheme() ? Colors.black : Colors.white,
 | 
			
		||||
                  color: Colors.white,
 | 
			
		||||
                ),
 | 
			
		||||
              ),
 | 
			
		||||
            ),
 | 
			
		||||
@@ -590,7 +590,7 @@ class _ConversationScreenState extends SafeState<ConversationScreen> {
 | 
			
		||||
                ),
 | 
			
		||||
                child: Icon(
 | 
			
		||||
                  Icons.send,
 | 
			
		||||
                  color: darkTheme() ? Colors.black : Colors.white,
 | 
			
		||||
                  color: Colors.white,
 | 
			
		||||
                ),
 | 
			
		||||
              ),
 | 
			
		||||
            ),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user