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}'
},
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: {

View File

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