chore: Adjust button icon colors

This commit is contained in:
Krille 2025-02-02 19:47:17 +01:00
commit 4429368a92
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 6 additions and 1 deletions

View file

@ -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: