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
Copy file name to clipboardExpand all lines: packages/__docs__/src/withStyleForDocs.tsx
+3-50Lines changed: 3 additions & 50 deletions
Original file line number
Diff line number
Diff line change
@@ -132,56 +132,9 @@ const defaultValues = {
132
132
*
133
133
* @module withStyleForDocs
134
134
*
135
-
* A themeable component’s theme can be configured via wrapping it in an
136
-
* [InstUISettingsProvider](InstUISettingsProvider) component, and/or set
137
-
* explicitly via its `themeOverride` prop.
138
-
*
139
-
* InstUISettingsProvider provides a theme object (e.g. the [canvas theme](/#canvas)).
140
-
* These variables are mapped to the component's own variables in `theme.js`.
141
-
*
142
-
* With the `themeOverride` prop you can directly set/override the component theme variables declared in theme.js. It accepts an object or a function. The function has the component's theme and the currently active main theme as its parameter.
143
-
*
144
-
* See more about the overrides on the [Legacy theme overrides](/#legacy-theme-overrides) docs page.
0 commit comments