Skip to content

Commit e88f58b

Browse files
committed
yeah fixed this thing maybe
1 parent ac9d4f9 commit e88f58b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Sora/Views/SettingsView/SettingsView.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,11 @@ fileprivate struct ModulePreviewRow: View {
6666
.clipShape(RoundedRectangle(cornerRadius: 12))
6767
} else {
6868
Image(systemName: "cube")
69-
.font(.system(size: 36))
69+
.resizable()
70+
.aspectRatio(contentMode: .fit)
71+
.frame(width: 60, height: 60)
7072
.foregroundStyle(Color.accentColor)
73+
.clipShape(RoundedRectangle(cornerRadius: 12))
7174
}
7275
}
7376

0 commit comments

Comments
 (0)