From 354d9a14813ac8b5a2a4a7024325195c2397f790 Mon Sep 17 00:00:00 2001 From: PY Date: Wed, 16 Aug 2023 14:29:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20backtop=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E9=A2=9C=E8=89=B2=20(#1570)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/web/components/back-top/_index.less | 1 + style/web/components/back-top/_var.less | 1 + 2 files changed, 2 insertions(+) diff --git a/style/web/components/back-top/_index.less b/style/web/components/back-top/_index.less index 8f219a0a48..f5cd608e93 100644 --- a/style/web/components/back-top/_index.less +++ b/style/web/components/back-top/_index.less @@ -32,6 +32,7 @@ box-shadow: @back-top-box-shadow; visibility: hidden; opacity: 0; + color: @back-top-text-color; &__text { font: @font-body-small; diff --git a/style/web/components/back-top/_var.less b/style/web/components/back-top/_var.less index 80a0939854..47425a7d3d 100644 --- a/style/web/components/back-top/_var.less +++ b/style/web/components/back-top/_var.less @@ -25,6 +25,7 @@ @back-top-text-color-light: @text-color-secondary; @back-top-text-color-primary: @text-color-anti; @back-top-text-color-dark: @text-color-anti; +@back-top-text-color: @text-color-primary; @back-top-icon-color-light: @text-color-primary; @back-top-icon-color-primary: @text-color-anti;