react-tailwindcss-datepicker
react-tailwindcss-datepicker copied to clipboard
Unable to specify custom primary colour
As of this change, we can no longer specify a primary colour that isn't in your predefined list.
Previously we specify a colour that was added to the Tailwind config, eg:
theme: { extend: { colors: { primary: "#304FFD", }, }, },