mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(Button): adjust font-smoothing
This commit is contained in:
parent
bd24288a12
commit
bda3617d14
@ -22,3 +22,4 @@
|
||||
|
||||
- Button: 默认圆角大小从 `2px` 调整为 `4px`
|
||||
- Button: 默认按钮的边框颜色调整为 `--van-gray-6`
|
||||
- Button: 调整 font-smoothing,默认使用粗体文字
|
||||
|
@ -49,6 +49,7 @@
|
||||
cursor: pointer;
|
||||
transition: opacity var(--van-duration-fast);
|
||||
-webkit-appearance: none;
|
||||
-webkit-font-smoothing: auto;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
|
Loading…
x
Reference in New Issue
Block a user