yeah fixed this thing maybe

This commit is contained in:
cranci1 2025-07-12 16:53:30 +02:00
parent ac9d4f9e39
commit e88f58b4b2

View file

@ -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))
}
}