Skip to content

Commit

Permalink
Issue1041 - Made duration widgets' text heights 1.0 - DC
Browse files Browse the repository at this point in the history
  • Loading branch information
ChopinDavid committed Jan 3, 2025
1 parent aecc296 commit a0a3bd4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ class _CurrentPositionState extends State<CurrentPosition> {
style: const TextStyle(
color: Colors.white,
fontSize: 12.0,
height: 1.0,
),
);
}
Expand Down Expand Up @@ -117,6 +118,7 @@ class _RemainingDurationState extends State<RemainingDuration> {
style: const TextStyle(
color: Colors.white,
fontSize: 12.0,
height: 1.0,
),
);
}
Expand Down

0 comments on commit a0a3bd4

Please sign in to comment.