adjusted audio message sizing to fit time

pull/1398/head
choreo development 1 year ago
parent de7acfe31c
commit e81c3fec0d

@ -393,7 +393,7 @@ class AudioPlayerState extends State<AudioPlayerWidget> {
const SizedBox(width: 5),
// Pangea#
SizedBox(
width: 36,
width: 40, //was 36 before
child: Text(
statusText,
style: TextStyle(

Loading…
Cancel
Save