style(Button): adjust font-smoothing

This commit is contained in:
chenjiahan 2022-01-24 15:54:32 +08:00
parent bd24288a12
commit bda3617d14
2 changed files with 2 additions and 0 deletions

View File

@ -22,3 +22,4 @@
- Button: 默认圆角大小从 `2px` 调整为 `4px`
- Button: 默认按钮的边框颜色调整为 `--van-gray-6`
- Button: 调整 font-smoothing默认使用粗体文字

View File

@ -49,6 +49,7 @@
cursor: pointer;
transition: opacity var(--van-duration-fast);
-webkit-appearance: none;
-webkit-font-smoothing: auto;
&::before {
position: absolute;