mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Fix icon color
This commit is contained in:
parent
1e0e2fca52
commit
7ccc7a492e
@ -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,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user