style(CouponList): update field background color in dark mode

This commit is contained in:
chenjiahan
2022-01-28 10:15:46 +08:00
parent 650bdd2294
commit 82e0e454d0
3 changed files with 6 additions and 2 deletions
@@ -26,9 +26,13 @@
其他:
- ActionBar: 调整 `--van-action-bar-icon-text-color` 变量的默认值为 `--van-text-color`
- Button: 默认圆角大小从 `2px` 调整为 `4px`
- Button: 默认按钮的边框颜色调整为 `--van-gray-4`
- Button: 调整 `font-smoothing`,默认使用粗体文字
- Card: 调整 `--van-card-background` 变量的默认值为 `--van-background`
- Card: 调整 `--van-card-price-color` 变量的默认值为 `--van-text-color`
- Card: 调整 `--van-card-desc-color` 变量的默认值为 `--van-text-color-2`
- Field: 调整 `--van-field-label-color` 变量的默认值为 `--van-text-color`
- Tabbar: 调整 `--van-tabbar-item-text-color` 变量的默认值为 `--van-text-color`
- GridItem: 调整 `--van-grid-item-text-color` 变量的默认值为 `--van-text-color`