diff --git a/components/lib/themes/aura/datatable/index.js b/components/lib/themes/aura/datatable/index.js index 9a64f9c00..f82e55a2e 100644 --- a/components/lib/themes/aura/datatable/index.js +++ b/components/lib/themes/aura/datatable/index.js @@ -21,7 +21,6 @@ export default { gap: '0.5rem', padding: '0.75rem 1rem', fontWeight: '600', - focusRing: { width: '{focus.ring.width}', style: '{focus.ring.style}', @@ -59,7 +58,10 @@ export default { footer: { background: '{content.background}', borderColor: '{datatable.border.color}', - color: '{content.color}' + color: '{content.color}', + borderWidth: '0 0 1px 0', + padding: '0.75rem 1rem', + fontWeight: '600' }, dropPointColor: '{primary.color}', columnResizerWidth: '0.5rem', diff --git a/components/lib/themes/lara/datatable/index.js b/components/lib/themes/lara/datatable/index.js index 639714d9f..7b7d1f398 100644 --- a/components/lib/themes/lara/datatable/index.js +++ b/components/lib/themes/lara/datatable/index.js @@ -16,7 +16,6 @@ export default { gap: '0.5rem', padding: '0.75rem 1rem', fontWeight: '700', - focusRing: { width: '{focus.ring.width}', style: '{focus.ring.style}', @@ -51,7 +50,7 @@ export default { }, footer: { borderColor: '{datatable.border.color}', - borderWidth: '0 0 1px', + borderWidth: '0 0 1px 0', padding: '0.75rem 1rem', fontWeight: '700' }, diff --git a/components/lib/themes/nora/datatable/index.js b/components/lib/themes/nora/datatable/index.js index 5c00b2b8b..c800726ca 100644 --- a/components/lib/themes/nora/datatable/index.js +++ b/components/lib/themes/nora/datatable/index.js @@ -6,7 +6,7 @@ export default { background: '{content.background}', borderColor: '{datatable.border.color}', color: '{content.color}', - borderWidth: '0 0 1px 0', + borderWidth: '1px 0 1px 0', padding: '0.75rem 1rem', fontWeight: '700' }, @@ -58,7 +58,10 @@ export default { footer: { background: '{content.background}', borderColor: '{datatable.border.color}', - color: '{content.color}' + color: '{content.color}', + borderWidth: '0 0 1px 0', + padding: '0.75rem 1rem', + fontWeight: '700' }, dropPointColor: '{primary.color}', columnResizerWidth: '0.5rem',