Fixed #6662 - Remove unused tokens from DatePicker
parent
21988898cb
commit
2b7cda1f50
|
@ -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')};
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue