Use default text color for token balance

This commit is contained in:
silverpill 2022-06-14 23:18:05 +00:00
parent 8973d71173
commit 9803775aa1

View file

@ -431,18 +431,15 @@ async function onCancelSubscription() {
.payment-amount {
font-size: 16px;
font-weight: bold;
margin-bottom: $input-padding / 2;
label {
font-weight: bold;
}
}
.token-balance {
color: $secondary-text-color;
&.error {
color: $error-color;
color: $text-color;
}
}