mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-10 07:13:28 +01:00
[UPDATE] AppPillButton dimensions and expiration text
This commit is contained in:
@@ -51,10 +51,10 @@ struct AppPillButton: View {
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
SwiftUI.Button(action: handleButton, label: {
|
||||
SwiftUI.Button(action: handleButton) {
|
||||
Text(buttonText.uppercased())
|
||||
.bold()
|
||||
})
|
||||
}
|
||||
.buttonStyle(PillButtonStyle(tintColor: storeApp?.tintColor ?? .black, progress: progress))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user