Use default text color for token balance
This commit is contained in:
parent
8973d71173
commit
9803775aa1
1 changed files with 2 additions and 5 deletions
|
@ -431,18 +431,15 @@ async function onCancelSubscription() {
|
||||||
|
|
||||||
.payment-amount {
|
.payment-amount {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
font-weight: bold;
|
||||||
margin-bottom: $input-padding / 2;
|
margin-bottom: $input-padding / 2;
|
||||||
|
|
||||||
label {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.token-balance {
|
.token-balance {
|
||||||
color: $secondary-text-color;
|
color: $secondary-text-color;
|
||||||
|
|
||||||
&.error {
|
&.error {
|
||||||
color: $error-color;
|
color: $text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue