From 1088ab550800089fe27a49885364c6395ccf369b Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Thu, 20 Feb 2025 09:59:11 +1100 Subject: [PATCH] feat: update color properties in SingleDatePicker for enhanced customization --- playground/app.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/playground/app.tsx b/playground/app.tsx index fc10d0a..65591aa 100644 --- a/playground/app.tsx +++ b/playground/app.tsx @@ -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' /> )