fix(Tab): incorrect disabled style for card theme (#12885)

This commit is contained in:
pany 2024-05-28 21:56:50 +08:00 committed by GitHub
parent 4cff03dd70
commit 0adc41acaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,7 +60,7 @@
background-color: var(--van-tabs-default-color);
}
&--disabled {
&.van-tab--disabled {
color: var(--van-tab-disabled-text-color);
}
}