Merge pull request #37 from pennyteenycat/subscription-button
subscription-button
This commit is contained in:
commit
36cbb404b0
@ -31,3 +31,12 @@
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
.buttonCancel.buttonCancel {
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
|
||||
& > .buttonCancelText {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
@ -71,7 +71,7 @@ export default function SubscriptionTable({ subscription }: ITableProps) {
|
||||
className={styles.buttonCancel}
|
||||
onClick={() => open(subscription)}
|
||||
>
|
||||
<Typography color="white">
|
||||
<Typography color="muted" className={styles.buttonCancelText}>
|
||||
{t("table.cancel_subscription")}
|
||||
</Typography>
|
||||
</Button>,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user