Skip to content

Commit

Permalink
style(Swiper): enriching css vars (#2032)
Browse files Browse the repository at this point in the history
Co-authored-by: anlyyao <[email protected]>
  • Loading branch information
anlyyao and anlyyao authored Jan 20, 2025
1 parent ba004bc commit c4e7f4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/mobile/components/swiper/_var.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@swiper-border-radius: 8px;
@swiper-border-radius: var(--td-swiper-border-radius, 8px);
@swiper-page-btn-size: 20px;
@swiper-page-fraction-height: 20px;
@swiper-page-fraction-radius: 10px;
Expand Down

0 comments on commit c4e7f4f

Please sign in to comment.