From 5dce374fe56bb18a1d768097dfc06cd71a239eeb Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 14 May 2024 14:47:36 +0300 Subject: [PATCH] Update table border --- components/lib/themes/nora/datatable/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/lib/themes/nora/datatable/index.js b/components/lib/themes/nora/datatable/index.js index e103f74f0..800509058 100644 --- a/components/lib/themes/nora/datatable/index.js +++ b/components/lib/themes/nora/datatable/index.js @@ -5,7 +5,7 @@ export default { color: '{content.color}', borderWidth: '0 0 1px 0', padding: '0.75rem 1rem', - fontWeight: '600' + fontWeight: '700' }, headerCell: { background: '{content.background}', @@ -17,7 +17,7 @@ export default { selectedColor: '{highlight.color}', gap: '0.5rem', padding: '0.75rem 1rem', - fontWeight: '600', + fontWeight: '700', focusRing: { width: '{focus.ring.width}', style: '{focus.ring.style}', @@ -50,7 +50,7 @@ export default { borderColor: '{datatable.border.color}', color: '{content.color}', padding: '0.75rem 1rem', - fontWeight: '600' + fontWeight: '700' }, footer: { background: '{content.background}', @@ -137,7 +137,7 @@ export default { colorScheme: { light: { root: { - borderColor: '{content.border.color}' + borderColor: '{surface.300}' }, row: { stripedBackground: '{surface.50}' @@ -148,7 +148,7 @@ export default { }, dark: { root: { - borderColor: '{surface.800}' + borderColor: '{surface.700}' }, row: { stripedBackground: '{surface.950}'