Better active border colors

pull/5507/head
Cagatay Civici 2024-02-17 01:57:13 +03:00
parent cf76c80bf6
commit 1d67e78cee
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ export default {
}, },
bodyCell: { bodyCell: {
borderColor: '{surface.200}', borderColor: '{surface.200}',
borderColorSelected: '{highlight.backgroundFocus}' borderColorSelected: '{primary.100}'
}, },
footerCell: { footerCell: {
background: '{surface.0}', background: '{surface.0}',
@ -70,7 +70,7 @@ export default {
}, },
bodyCell: { bodyCell: {
borderColor: '{surface.800}', borderColor: '{surface.800}',
borderColorSelected: '{highlight.backgroundFocus}' borderColorSelected: '{primary.900}'
}, },
footerCell: { footerCell: {
background: '{surface.900}', background: '{surface.900}',

View File

@ -23,7 +23,7 @@ export default {
}, },
bodyCell: { bodyCell: {
borderColor: '{surface.200}', borderColor: '{surface.200}',
borderColorSelected: '{highlight.backgroundFocus}' borderColorSelected: '{primary.100}'
}, },
footerCell: { footerCell: {
background: '{surface.0}', background: '{surface.0}',
@ -72,7 +72,7 @@ export default {
}, },
bodyCell: { bodyCell: {
borderColor: '{surface.800}', borderColor: '{surface.800}',
borderColorSelected: '{highlight.backgroundFocus}' borderColorSelected: '{primary.900}'
}, },
footerCell: { footerCell: {
background: '{surface.900}', background: '{surface.900}',