Better active border colors
parent
cf76c80bf6
commit
1d67e78cee
|
@ -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}',
|
||||
|
|
|
@ -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}',
|
||||
|
|
Loading…
Reference in New Issue