One more thing that would be useful is to adjust numeric values, for example:
CustomButtonView(“Purchase Now”) {
// …
}
.frame(height: TelemetryDeck.currentUserGroup.floatValue(forAttribute: “PurchaseButton.Height”, default: 50))
The values could be loaded on app start.