Skip to content

Commit ffd0c75

Browse files
committed
fix: app icon was too small in titles-appearance large-size
1 parent fdf3134 commit ffd0c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logic/Appearance.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class Appearance {
165165
iconSize = 24
166166
fontHeight = 14
167167
case .large:
168-
iconSize = 22
168+
iconSize = 30
169169
fontHeight = 16
170170
}
171171
}

0 commit comments

Comments
 (0)