Fixed sort headers

pull/5756/head
Cagatay Civici 2024-05-13 10:34:59 +03:00
parent cb9cd5e623
commit af0bdab287
2 changed files with 8 additions and 8 deletions

View File

@ -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: {

View File

@ -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: {