mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
yeah fixed this thing maybe
This commit is contained in:
parent
ac9d4f9e39
commit
e88f58b4b2
1 changed files with 4 additions and 1 deletions
|
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue