Fixed #6662 - Remove unused tokens from DatePicker

pull/6674/head
Cagatay Civici 2024-10-28 18:49:56 +03:00
parent 21988898cb
commit 2b7cda1f50
4 changed files with 3 additions and 10 deletions

View File

@ -103,7 +103,6 @@ const theme = ({ dt }) => `
align-items: center;
justify-content: space-between;
padding: ${dt('datepicker.header.padding')};
font-weight: ${dt('datepicker.header.font.weight')};
background: ${dt('datepicker.header.background')};
color: ${dt('datepicker.header.color')};
border-block-end: 1px solid ${dt('datepicker.header.border.color')};

View File

@ -14,9 +14,7 @@ export default {
background: '{content.background}',
borderColor: '{content.border.color}',
color: '{content.color}',
padding: '0 0 0.5rem 0',
fontWeight: '500',
gap: '0.5rem'
padding: '0 0 0.5rem 0'
},
title: {
gap: '0.5rem',

View File

@ -14,9 +14,7 @@ export default {
background: '{content.background}',
borderColor: '{content.border.color}',
color: '{content.color}',
padding: '0 0 0.5rem 0',
fontWeight: '500',
gap: '0.5rem'
padding: '0 0 0.5rem 0'
},
title: {
gap: '0.5rem',

View File

@ -14,9 +14,7 @@ export default {
background: '{content.background}',
borderColor: '{content.border.color}',
color: '{content.color}',
padding: '0 0 0.5rem 0',
fontWeight: '500',
gap: '0.5rem'
padding: '0 0 0.5rem 0'
},
title: {
gap: '0.5rem',