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