mirror of
https://gitlab.com/comunic/comunicmobile
synced 2025-06-19 08:15:16 +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