diff --git a/src/style/components/DataTable/DataTable.scss b/src/style/components/DataTable/DataTable.scss index b5e6276c6..42f588972 100644 --- a/src/style/components/DataTable/DataTable.scss +++ b/src/style/components/DataTable/DataTable.scss @@ -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; }