If you're using Antd5, you just need to use the config provider and modify the colorPrimary
token.
<ConfigProvider
theme={{
token: {
colorPrimary: <YourColor>,
},
}}
>
<DatePicker.RangePicker />
</ConfigProvider>