Skip to content

Commit

Permalink
fix: remove yellow lines under progress text (jhomlala#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtAlves authored Nov 29, 2020
1 parent b07dcaf commit b95cb80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/controls/better_player_material_controls.dart
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ class _BetterPlayerMaterialControlsState
style: TextStyle(
fontSize: 14,
color: _controlsConfiguration.textColor,
decoration: TextDecoration.none,
),
),
);
Expand Down

0 comments on commit b95cb80

Please sign in to comment.