decrease default lyric font/gap size

This commit is contained in:
jeffvli
2025-12-26 18:40:30 -08:00
parent 0c8032d097
commit 06e757d3b2
+2 -2
View File
@@ -1379,9 +1379,9 @@ const initialState: SettingsState = {
},
lyricsDisplay: {
default: {
fontSize: 48,
fontSize: 24,
fontSizeUnsync: 24,
gap: 32,
gap: 24,
gapUnsync: 24,
},
},