chores: adjust SongInfoFontSize for fullscreen template mode

This commit is contained in:
Zhe Fang
2025-10-23 22:42:51 -04:00
parent 1ae00257a1
commit fe4d67c1f1

View File

@@ -257,7 +257,7 @@ namespace BetterLyrics.WinUI3.Models
{
AutoAlbumArtSize = false,
AlbumArtSize = 128,
SongInfoFontSize = 48,
SongInfoFontSize = 36,
}
};
}