commit
13b8e0a6a7
@ -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