diff --git a/components/lib/theme/aura/datatable/index.js b/components/lib/theme/aura/datatable/index.js index 5f015441d..a3eb97c93 100644 --- a/components/lib/theme/aura/datatable/index.js +++ b/components/lib/theme/aura/datatable/index.js @@ -23,7 +23,7 @@ export default { }, bodyCell: { borderColor: '{surface.200}', - borderColorSelected: '{highlight.backgroundFocus}' + borderColorSelected: '{primary.100}' }, footerCell: { background: '{surface.0}', @@ -70,7 +70,7 @@ export default { }, bodyCell: { borderColor: '{surface.800}', - borderColorSelected: '{highlight.backgroundFocus}' + borderColorSelected: '{primary.900}' }, footerCell: { background: '{surface.900}', diff --git a/components/lib/theme/aura/treetable/index.js b/components/lib/theme/aura/treetable/index.js index f95b3f988..298f5badb 100644 --- a/components/lib/theme/aura/treetable/index.js +++ b/components/lib/theme/aura/treetable/index.js @@ -23,7 +23,7 @@ export default { }, bodyCell: { borderColor: '{surface.200}', - borderColorSelected: '{highlight.backgroundFocus}' + borderColorSelected: '{primary.100}' }, footerCell: { background: '{surface.0}', @@ -72,7 +72,7 @@ export default { }, bodyCell: { borderColor: '{surface.800}', - borderColorSelected: '{highlight.backgroundFocus}' + borderColorSelected: '{primary.900}' }, footerCell: { background: '{surface.900}',