fix(DataTable): text style of table header.

This commit is contained in:
a.bouhuolia
2023-01-23 22:45:59 +02:00
parent 31d665e91e
commit 49f3465265

View File

@@ -18,11 +18,11 @@
overflow: hidden; overflow: hidden;
.th { .th {
padding: 0.7rem 0.5rem; padding: 0.68rem 0.5rem;
background: #f5f5f5; background: #f5f5f5;
font-size: 14px; font-size: 14px;
color: #3b495d; color: #4E5B6F;
font-weight: 600; font-weight: 400;
border-bottom: 1px solid #d2dde2; border-bottom: 1px solid #d2dde2;
>div { >div {
@@ -389,7 +389,7 @@
.thead .th { .thead .th {
background: #fff; background: #fff;
color: #222222; color: #000;
border-bottom: 1px solid #000000; border-bottom: 1px solid #000000;
padding: 0.5rem; padding: 0.5rem;
} }