Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Dec 10, 2024
1 parent 1d3c02a commit e00ba00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/view/broadcast/broadcast_list_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ class _BroadcastGridItemState extends State<BroadcastGridItem> {
onTapCancel: _onTapCancel,
onTapUp: (_) => _onTapCancel(),
child: AnimatedOpacity(
opacity: _tapDown ? 1.0 : 0.85,
opacity: _tapDown ? 1.0 : 0.80,
duration: const Duration(milliseconds: 100),
child: AnimatedContainer(
duration: const Duration(milliseconds: 500),
Expand Down

0 comments on commit e00ba00

Please sign in to comment.