Skip to content

Commit

Permalink
fix(BackTop): resoleved css token error (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao authored Jun 6, 2023
1 parent 108d94f commit 140df95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion style/mobile/components/back-top/v2/_var.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
@back-top-round-color: var(--td-back-top-round-color, @font-gray-1);
@back-top-round-bg-color: var(--td-back-top-round-bg-color, @font-white-1);
@back-top-round-border-color: var(--td-back-top-round-border-color, @component-border);
@back-top-round-dark-border-color: var(--td-back-top-round-border-color, @font-gray-9);
@back-top-round-dark-border-color: var(--td-back-top-round-border-color, @gray-color-9);
@back-top-round-border-radius: var(--td-back-top-round-border-radius, @radius-circle);
@back-top-round-dark-color: var(--td-back-top-round-dark-color, @font-white-1);
@back-top-round-dark-bg-color: var(--td-back-top-round-dark-bg-color, @gray-color-14);
Expand Down

0 comments on commit 140df95

Please sign in to comment.