[bugfix] Switch: incorrect activeColor when use activeValue

This commit is contained in:
陈嘉涵
2019-06-07 10:52:19 +08:00
parent 094380416e
commit 172ed6eaee
3 changed files with 21 additions and 2 deletions
@@ -0,0 +1,7 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`inactive-color prop 1`] = `
<div role="switch" aria-checked="false" class="van-switch" style="font-size: 30px; background-color: black;">
<div class="van-switch__node"></div>
</div>
`;