How to do I manipulate the classes of schedule container in Availability setting Atom #18953
Replies: 1 comment 2 replies
-
To manipulate the classes of the <AvailabilitySettings
customClassNames={{
scheduleClassNames: {
scheduleContainer: "your-custom-class"
}
}}
enableOverrides={true}
// other props
/> Make sure that the CSS class To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Beta Was this translation helpful? Give feedback.
-
Even though the
scheduleContainer
prop is provided. But it seems like nothing is happening when I am adding any kind of css for itBeta Was this translation helpful? Give feedback.
All reactions