fix(app): 앨범 수록곡 TITLE 뱃지와 재생 시간 사이 여백 추가

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
caadiq 2026-04-01 14:32:59 +09:00
parent 9e3a71e156
commit 737247eec3

View file

@ -690,6 +690,7 @@ class _TrackItem extends StatelessWidget {
],
),
),
const SizedBox(width: 8),
//
Text(
track.duration ?? '-',