chore: Adjust button icon colors
This commit is contained in:
parent
6bcef04a19
commit
4429368a92
3 changed files with 6 additions and 1 deletions
|
|
@ -207,6 +207,8 @@ class ChatDetailsView extends StatelessWidget {
|
|||
label: Text(L10n.of(context).setChatDescription),
|
||||
icon: const Icon(Icons.edit_outlined),
|
||||
style: TextButton.styleFrom(
|
||||
iconColor:
|
||||
theme.colorScheme.onSecondaryContainer,
|
||||
backgroundColor:
|
||||
theme.colorScheme.secondaryContainer,
|
||||
foregroundColor:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue