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