What class is responsible for styling the outline around the days? #2761
Unanswered
berkerdemirer
asked this question in
Support
Replies: 1 comment 4 replies
-
Do you mean the border when selecting a day in single mode? In Tailwind this can be done with Arbitrary Variants. I believe the syntax is something like like [&_.rdp-selected_.rdp-day_button]:border-blue-500 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I would like to know how can I change the color of the outline around day buttons.
const _dayButtonClassName = cn( typographyVariants({ variant: 'paragraph' }), 'sc-size-10 sc-rounded-full hover:sc-bg-primary-light sc-outline-offset-2 disabled:sc-cursor-not-allowed disabled:hover:sc-bg-transparent', props.dayButtonClassName );
day_button: _dayButtonClassName,
I am able to change the outline offset but no matter what i did I couldn't change the color.
Beta Was this translation helpful? Give feedback.
All reactions