fix(dark style): 过期后的预约按钮

This commit is contained in:
XUQING 2021-04-20 21:18:36 +08:00
parent 611ff641bb
commit 69b8466052

View File

@ -818,7 +818,7 @@
.btn-box .jump-btn {
@include theme-background-color();
@include foreground-color();
&.checked {
&.checked, &.disabled {
@include background-color("4");
}
}