From e88f58b4b2dc6d0090ceff65726f8ce8395cf478 Mon Sep 17 00:00:00 2001 From: cranci1 <100066266+cranci1@users.noreply.github.com> Date: Sat, 12 Jul 2025 16:53:30 +0200 Subject: [PATCH] yeah fixed this thing maybe --- Sora/Views/SettingsView/SettingsView.swift | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Sora/Views/SettingsView/SettingsView.swift b/Sora/Views/SettingsView/SettingsView.swift index f6c6d15..2fadaf1 100644 --- a/Sora/Views/SettingsView/SettingsView.swift +++ b/Sora/Views/SettingsView/SettingsView.swift @@ -66,8 +66,11 @@ fileprivate struct ModulePreviewRow: View { .clipShape(RoundedRectangle(cornerRadius: 12)) } else { Image(systemName: "cube") - .font(.system(size: 36)) + .resizable() + .aspectRatio(contentMode: .fit) + .frame(width: 60, height: 60) .foregroundStyle(Color.accentColor) + .clipShape(RoundedRectangle(cornerRadius: 12)) } }