Skip to content

Commit

Permalink
fix: Table small header background color (ant-design#21942)
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ authored Mar 6, 2020
1 parent cb4ad64 commit 301ef2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style/themes/default.less
Original file line number Diff line number Diff line change
Expand Up @@ -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%);
Expand Down

0 comments on commit 301ef2e

Please sign in to comment.