Fixed #6662 - Remove unused tokens from DatePicker
parent
21988898cb
commit
2b7cda1f50
|
@ -103,7 +103,6 @@ const theme = ({ dt }) => `
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: ${dt('datepicker.header.padding')};
|
padding: ${dt('datepicker.header.padding')};
|
||||||
font-weight: ${dt('datepicker.header.font.weight')};
|
|
||||||
background: ${dt('datepicker.header.background')};
|
background: ${dt('datepicker.header.background')};
|
||||||
color: ${dt('datepicker.header.color')};
|
color: ${dt('datepicker.header.color')};
|
||||||
border-block-end: 1px solid ${dt('datepicker.header.border.color')};
|
border-block-end: 1px solid ${dt('datepicker.header.border.color')};
|
||||||
|
|
|
@ -14,9 +14,7 @@ export default {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
padding: '0 0 0.5rem 0',
|
padding: '0 0 0.5rem 0'
|
||||||
fontWeight: '500',
|
|
||||||
gap: '0.5rem'
|
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
gap: '0.5rem',
|
gap: '0.5rem',
|
||||||
|
|
|
@ -14,9 +14,7 @@ export default {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
padding: '0 0 0.5rem 0',
|
padding: '0 0 0.5rem 0'
|
||||||
fontWeight: '500',
|
|
||||||
gap: '0.5rem'
|
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
gap: '0.5rem',
|
gap: '0.5rem',
|
||||||
|
|
|
@ -14,9 +14,7 @@ export default {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
padding: '0 0 0.5rem 0',
|
padding: '0 0 0.5rem 0'
|
||||||
fontWeight: '500',
|
|
||||||
gap: '0.5rem'
|
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
gap: '0.5rem',
|
gap: '0.5rem',
|
||||||
|
|
Loading…
Reference in New Issue