[FIX] Various UI issues

This commit is contained in:
Fabian Thies
2023-02-04 12:55:25 +01:00
committed by Joe Mattiello
parent 57213fbf0c
commit e0bd54389c
4 changed files with 5 additions and 2 deletions

View File

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