From 8e038cf24253c13b828566b9cdfcf0440e07eccc Mon Sep 17 00:00:00 2001 From: Misha Bragin Date: Mon, 27 Mar 2023 15:59:18 +0200 Subject: [PATCH] Make table headers font-weight normal (#156) --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 3523745..1199d3a 100644 --- a/src/index.css +++ b/src/index.css @@ -139,4 +139,8 @@ body { .ant-steps-item-tail { border: none; +} + +.ant-table-thead .ant-table-cell { + font-weight: normal !important; } \ No newline at end of file