Remove unused token

This commit is contained in:
Cagatay Civici 2024-05-13 19:09:11 +03:00
parent 64fe013436
commit 66b9f8b679
8 changed files with 2 additions and 8 deletions

View file

@ -290,7 +290,6 @@ const theme = ({ dt }) => `
}
.p-datatable-header-cell {
text-align: ${dt('datatable.header.cell.text.align')};
padding: ${dt('datatable.header.cell.padding')};
background: ${dt('datatable.header.cell.background')};
border-color: ${dt('datatable.header.cell.border.color')};