diff --git a/components/lib/themes/aura/treetable/index.js b/components/lib/themes/aura/treetable/index.js index 2a234323f..865f83357 100644 --- a/components/lib/themes/aura/treetable/index.js +++ b/components/lib/themes/aura/treetable/index.js @@ -59,7 +59,10 @@ export default { footer: { background: '{content.background}', borderColor: '{treetable.border.color}', - color: '{content.color}' + color: '{content.color}', + borderWidth: '0 0 1px 0', + padding: '0.75rem 1rem', + fontWeight: '600' }, columnResizerWidth: '0.5rem', resizeIndicator: { diff --git a/components/lib/themes/lara/treetable/index.js b/components/lib/themes/lara/treetable/index.js index f794fb8d6..dc86d1c81 100644 --- a/components/lib/themes/lara/treetable/index.js +++ b/components/lib/themes/lara/treetable/index.js @@ -51,7 +51,7 @@ export default { }, footer: { borderColor: '{treetable.border.color}', - borderWidth: '0 0 1px', + borderWidth: '0 0 1px 0', padding: '0.75rem 1rem', fontWeight: '700' }, diff --git a/components/lib/themes/nora/inlinemessage/index.js b/components/lib/themes/nora/inlinemessage/index.js index 9145ed926..62d2208b8 100644 --- a/components/lib/themes/nora/inlinemessage/index.js +++ b/components/lib/themes/nora/inlinemessage/index.js @@ -5,7 +5,7 @@ export default { gap: '0.5rem' }, text: { - fontWeight: '600' + fontWeight: '700' }, icon: { size: '1rem' diff --git a/components/lib/themes/nora/progressbar/index.js b/components/lib/themes/nora/progressbar/index.js index e040e6bcd..e1ad5435e 100644 --- a/components/lib/themes/nora/progressbar/index.js +++ b/components/lib/themes/nora/progressbar/index.js @@ -9,7 +9,7 @@ export default { label: { color: '{primary.contrast.color}', fontSize: '0.75rem', - fontWeight: '600' + fontWeight: '700' }, colorScheme: { light: { diff --git a/components/lib/themes/nora/treetable/index.js b/components/lib/themes/nora/treetable/index.js index 7144b9700..786ad1cf2 100644 --- a/components/lib/themes/nora/treetable/index.js +++ b/components/lib/themes/nora/treetable/index.js @@ -6,9 +6,9 @@ export default { background: '{content.background}', borderColor: '{treetable.border.color}', color: '{content.color}', - borderWidth: '0 0 1px 0', + borderWidth: '1px 0 1px 0', padding: '0.75rem 1rem', - fontWeight: '600' + fontWeight: '700' }, headerCell: { background: '{content.background}', @@ -20,7 +20,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}', @@ -54,12 +54,15 @@ export default { borderColor: '{treetable.border.color}', color: '{content.color}', padding: '0.75rem 1rem', - fontWeight: '600' + fontWeight: '700' }, footer: { background: '{content.background}', borderColor: '{treetable.border.color}', - color: '{content.color}' + color: '{content.color}', + borderWidth: '0 0 1px 0', + padding: '0.75rem 1rem', + fontWeight: '700' }, columnResizerWidth: '0.5rem', resizeIndicator: {