We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9d4f9 commit e88f58bCopy full SHA for e88f58b
Sora/Views/SettingsView/SettingsView.swift
@@ -66,8 +66,11 @@ fileprivate struct ModulePreviewRow: View {
66
.clipShape(RoundedRectangle(cornerRadius: 12))
67
} else {
68
Image(systemName: "cube")
69
- .font(.system(size: 36))
+ .resizable()
70
+ .aspectRatio(contentMode: .fit)
71
+ .frame(width: 60, height: 60)
72
.foregroundStyle(Color.accentColor)
73
+ .clipShape(RoundedRectangle(cornerRadius: 12))
74
}
75
76
0 commit comments