From 1d67e78ceee1bfdfc19ed0b7944d671465450707 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Sat, 17 Feb 2024 01:57:13 +0300 Subject: [PATCH] Better active border colors --- components/lib/theme/aura/datatable/index.js | 4 ++-- components/lib/theme/aura/treetable/index.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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}',