79521351

Date: 2025-03-19 20:52:38
Score: 1
Natty:
Report link

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>

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: José Tobar