From 2e2f724b8ecd24c805d631e8a0ca78948389c537 Mon Sep 17 00:00:00 2001 From: novlan1 <1576271227@qq.com> Date: Mon, 11 Sep 2023 10:23:41 +0800 Subject: [PATCH] feat: resume table header backgroun color token --- style/mobile/components/table/_var.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/mobile/components/table/_var.less b/style/mobile/components/table/_var.less index 4ba1b23835..254f0b6014 100644 --- a/style/mobile/components/table/_var.less +++ b/style/mobile/components/table/_var.less @@ -38,7 +38,7 @@ @scroll-track-color: #fff; @border-radius-default: 0; @border-radius-circle: 50%; -@table-header-bg-color: #fff; +@table-header-bg-color: @bg-color-container; @table-bg: @bg-color-container; @table--text-color: @text-color-primary; @table-head-text-color: @text-color-placeholder;