Skip to content

Commit

Permalink
fix(Tabs): van-border-radius-sm to van-radius-sm (youzan#12576)
Browse files Browse the repository at this point in the history
  • Loading branch information
edram authored and CatsAndMice committed Apr 8, 2024
1 parent 4f77b65 commit d016c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vant/src/tabs/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
height: var(--van-tabs-card-height);
margin: 0 var(--van-padding-md);
border: var(--van-border-width) solid var(--van-tabs-default-color);
border-radius: var(--van-border-radius-sm);
border-radius: var(--van-radius-sm);
}

&--card&--shrink {
Expand Down

0 comments on commit d016c2f

Please sign in to comment.