refactor: button to allow html attributes & refactor class names (#956)
This commit is contained in:
@@ -46,7 +46,7 @@ export const NoSubscription: FunctionalComponent<{
|
||||
{application.hasAccount() && (
|
||||
<Button
|
||||
className="min-w-20 mt-3"
|
||||
type="primary"
|
||||
variant="primary"
|
||||
label="Subscribe"
|
||||
onClick={onPurchaseClick}
|
||||
/>
|
||||
|
||||
@@ -81,7 +81,7 @@ export const SubscriptionInformation = observer(
|
||||
<StatusText subscriptionState={subscriptionState} />
|
||||
<Button
|
||||
className="min-w-20 mt-3 mr-3"
|
||||
type="normal"
|
||||
variant="normal"
|
||||
label="Manage subscription"
|
||||
onClick={manageSubscription}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user