chore: Fix button visibility
This commit is contained in:
parent
5692ce7e30
commit
647e8b4e70
1 changed files with 2 additions and 8 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue