new dot appearance schema

pull/35/head
Lucas Delanier 2 years ago
parent cbf6ef9ab2
commit c3ddbb345b

@ -230,9 +230,7 @@ class _DetailPostScreenState extends State<DetailPostScreen> {
)
: widget.post.music.previewUrl != null
? ButtonPlayComponent(music: widget.post.music)
: Container(
width: 45,
),
: Container(),
),
Flexible(
child: Column(

Loading…
Cancel
Save