chore: Adjust colors
This commit is contained in:
parent
9512e78441
commit
2ad6d6f1c5
5 changed files with 15 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ class PublicRoomBottomSheet extends StatelessWidget {
|
|||
),
|
||||
style: TextButton.styleFrom(
|
||||
foregroundColor: theme.colorScheme.onSurface,
|
||||
iconColor: theme.colorScheme.onSurface,
|
||||
),
|
||||
label: Text(
|
||||
roomLink ?? '...',
|
||||
|
|
@ -171,6 +172,7 @@ class PublicRoomBottomSheet extends StatelessWidget {
|
|||
),
|
||||
style: TextButton.styleFrom(
|
||||
foregroundColor: theme.colorScheme.onSurface,
|
||||
iconColor: theme.colorScheme.onSurface,
|
||||
),
|
||||
label: Text(
|
||||
L10n.of(context).countParticipants(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue