feat(Coupon): add @coupon-corner-checkbox-icon-color var (#8323)
This commit is contained in:
@@ -157,6 +157,7 @@ How to use: [Custom Theme](#/en-US/theme).
|
||||
| @coupon-disabled-text-color | `@gray-6` | - |
|
||||
| @coupon-description-padding | `@padding-xs @padding-md` | - |
|
||||
| @coupon-description-border-color | `@border-color` | - |
|
||||
| @coupon-corner-checkbox-icon-color | `@red` | - |
|
||||
| @coupon-list-background-color | `@background-color` | - |
|
||||
| @coupon-list-field-padding | `5px 0 5px @padding-md` | - |
|
||||
| @coupon-list-exchange-button-height | `32px` | - |
|
||||
|
||||
@@ -159,6 +159,7 @@ export default {
|
||||
| @coupon-disabled-text-color | `@gray-6` | - |
|
||||
| @coupon-description-padding | `@padding-xs @padding-md` | - |
|
||||
| @coupon-description-border-color | `@border-color` | - |
|
||||
| @coupon-corner-checkbox-icon-color | `@red` | - |
|
||||
| @coupon-list-background-color | `@background-color` | - |
|
||||
| @coupon-list-field-padding | `5px 0 5px @padding-md` | - |
|
||||
| @coupon-list-exchange-button-height | `32px` | - |
|
||||
|
||||
@@ -115,9 +115,7 @@ exports[`should be the sames as the last snapshot when render coupon list 1`] =
|
||||
aria-checked="true"
|
||||
>
|
||||
<div class="van-checkbox__icon van-checkbox__icon--round van-checkbox__icon--checked">
|
||||
<i class="van-badge__wrapper van-icon van-icon-success"
|
||||
style="border-color: #ee0a24; background-color: rgb(238, 10, 36);"
|
||||
>
|
||||
<i class="van-badge__wrapper van-icon van-icon-success">
|
||||
</i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user