mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 14:59:29 +01:00
chore: Fix button visibility
This commit is contained in:
parent
6601dc4bf0
commit
875a978caa
@ -342,14 +342,8 @@ class StoryView extends StatelessWidget {
|
|||||||
Theme.of(context).colorScheme.surface,
|
Theme.of(context).colorScheme.surface,
|
||||||
),
|
),
|
||||||
onPressed: controller.displaySeenByUsers,
|
onPressed: controller.displaySeenByUsers,
|
||||||
icon: const Icon(
|
icon: const Icon(Icons.visibility_outlined),
|
||||||
Icons.visibility_outlined,
|
label: Text(controller.seenByUsersTitle),
|
||||||
color: Colors.white70,
|
|
||||||
),
|
|
||||||
label: Text(
|
|
||||||
controller.seenByUsersTitle,
|
|
||||||
style: const TextStyle(color: Colors.white70),
|
|
||||||
),
|
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user