From 301ef2eb63c3c95d69202ce8743dda09736ce2ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8C=E8=B4=A7=E6=9C=BA=E5=99=A8=E4=BA=BA?= Date: Fri, 6 Mar 2020 17:03:55 +0800 Subject: [PATCH] fix: Table small header background color (#21942) --- components/style/themes/default.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/style/themes/default.less b/components/style/themes/default.less index e5013ea725e5..8c6d6e19777b 100644 --- a/components/style/themes/default.less +++ b/components/style/themes/default.less @@ -513,7 +513,7 @@ @table-border-radius-base: @border-radius-base; @table-footer-bg: @background-color-light; @table-footer-color: @heading-color; -@table-header-bg-sm: @table-bg; +@table-header-bg-sm: @table-header-bg; // Sorter // Legacy: `table-header-sort-active-bg` is used for hover not real active @table-header-sort-active-bg: darken(@table-header-bg, 3%);