feat: update color properties in SingleDatePicker for enhanced customization
This commit is contained in:
parent
ae369cceb7
commit
1088ab5508
|
@ -20,7 +20,11 @@ export default () => {
|
|||
onSelect={onSelect}
|
||||
localization="zh-CN"
|
||||
onClose={() => alert('close')}
|
||||
mainColor='#ff0000'
|
||||
mainColor='#424c50'
|
||||
accentColor='#424c50'
|
||||
reversedColor='#e9f1f6'
|
||||
hoverColor='#e9e7ef44'
|
||||
borderColor='#758a9944'
|
||||
/>
|
||||
</div>
|
||||
</div>)
|
||||
|
|
Loading…
Reference in New Issue
Block a user