I am trying to use a Mantine Calendar component in a personal project, but I find impossible to change the color of the days that do not belong to the actual month (they call them outside days).
enter image description here
These are the days that appear in light gray in the pic above.
I tried to use the
data-outside
attribute, but I am new using these library so I do not know to to handle it.
Thanks in advance!