Fixed sort headers
parent
cb9cd5e623
commit
af0bdab287
|
@ -136,19 +136,19 @@ export default {
|
||||||
borderColor: '{content.border.color}'
|
borderColor: '{content.border.color}'
|
||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
background: '{surface.100}',
|
background: '{surface.50}',
|
||||||
color: '{text.color}'
|
color: '{text.color}'
|
||||||
},
|
},
|
||||||
headerCell: {
|
headerCell: {
|
||||||
background: '{surface.100}',
|
background: '{surface.50}',
|
||||||
color: '{text.color}'
|
color: '{text.color}'
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
background: '{surface.100}',
|
background: '{surface.50}',
|
||||||
color: '{text.color}'
|
color: '{text.color}'
|
||||||
},
|
},
|
||||||
footerCell: {
|
footerCell: {
|
||||||
background: '{surface.100}',
|
background: '{surface.50}',
|
||||||
color: '{text.color}'
|
color: '{text.color}'
|
||||||
},
|
},
|
||||||
row: {
|
row: {
|
||||||
|
|
|
@ -96,19 +96,19 @@ export default {
|
||||||
borderColor: '{content.border.color}'
|
borderColor: '{content.border.color}'
|
||||||
},
|
},
|
||||||
header: {
|
header: {
|
||||||
background: '{surface.100}',
|
background: '{surface.50}',
|
||||||
color: '{text.color}'
|
color: '{text.color}'
|
||||||
},
|
},
|
||||||
headerCell: {
|
headerCell: {
|
||||||
background: '{surface.100}',
|
background: '{surface.50}',
|
||||||
color: '{text.color}'
|
color: '{text.color}'
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
background: '{surface.100}',
|
background: '{surface.50}',
|
||||||
color: '{text.color}'
|
color: '{text.color}'
|
||||||
},
|
},
|
||||||
footerCell: {
|
footerCell: {
|
||||||
background: '{surface.100}',
|
background: '{surface.50}',
|
||||||
color: '{text.color}'
|
color: '{text.color}'
|
||||||
},
|
},
|
||||||
bodyCell: {
|
bodyCell: {
|
||||||
|
|
Loading…
Reference in New Issue