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