You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `selectedCalendarSettingsClassNames` prop accepts an object with the following nested structure for granular styling of the selected calendars component:
56
+
57
+
| Property Path | Description |
58
+
|:--------------|:------------|
59
+
|`container`| Styles the main container of the selected calendars section |
60
+
|`header.container`| Styles the header container |
61
+
|`header.title`| Styles the header title |
62
+
|`header.description`| Styles the header description |
63
+
|`selectedCalendarsListClassNames.container`| Styles the container that holds all selected calendar items |
64
+
|`selectedCalendarsListClassNames.selectedCalendar.container`| Styles each individual calendar item container |
65
+
|`selectedCalendarsListClassNames.selectedCalendar.header.container`| Styles the header section of each calendar item |
66
+
|`selectedCalendarsListClassNames.selectedCalendar.header.title`| Styles the title of each calendar item |
67
+
|`selectedCalendarsListClassNames.selectedCalendar.header.description`| Styles the description of each calendar item |
68
+
|`selectedCalendarsListClassNames.selectedCalendar.body.container`| Styles the body section of each calendar item |
69
+
|`selectedCalendarsListClassNames.selectedCalendar.body.description`| Styles the body description of each calendar item |
70
+
|`noSelectedCalendarsMessage`| Styles the message shown when no calendars are connected |
The `destinationCalendarSettingsClassNames` prop accepts an object with the following nested structure for granular styling of the destination calendar component:
75
+
76
+
| Property Path | Description |
77
+
|:--------------|:------------|
78
+
|`container`| Styles the main container of the destination calendar section |
79
+
|`header.title`| Styles the header title text |
80
+
|`header.description`| Styles the header description text |
50
81
51
82
<p></p>
52
83
Additionally, if you wish to select either the Destination Calendar or the Selected Calendar, we also provide atoms specifically designed for this purpose.
0 commit comments