Skip to content

Commit

Permalink
fix(ui/swipe): fix vertical swipe indicator margin error
Browse files Browse the repository at this point in the history
affects: @varlet/ui
  • Loading branch information
haoziqaq committed Jul 16, 2021
1 parent 0612760 commit a23a266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/swipe/swipe.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
}

&--indicator-vertical {
margin: var(--swipe-indicator-offset 0);
margin: var(--swipe-indicator-offset) 0;
}
}

0 comments on commit a23a266

Please sign in to comment.