mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-12 16:23:32 +01:00
[FIX] Various UI issues
This commit is contained in:
committed by
Joe Mattiello
parent
57213fbf0c
commit
e0bd54389c
@@ -42,7 +42,7 @@ struct AppRowView: View {
|
||||
}
|
||||
.padding()
|
||||
.tintedBackground(Color(storeApp?.tintColor ?? UIColor(Color.accentColor)))
|
||||
.clipShape(RoundedRectangle(cornerRadius: 30, style: .circular))
|
||||
.clipShape(RoundedRectangle(cornerRadius: 24, style: .circular))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user