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: docs/CustomizeTheme.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ import { ThemeProvider } from 'paramount-ui'
43
43
44
44
## Components
45
45
46
-
In the same `ThemeProvider` as above, use `components` option. For available style options for each component, see `getStyles` callback in corresponding component docs
46
+
In the same `ThemeProvider` as above, use `components` option. See `Customization` section in corresponding component docs
47
47
48
48
```
49
49
import { ThemeProvider } from 'paramount-ui'
@@ -91,7 +91,7 @@ import { ThemeProvider } from 'paramount-ui'
91
91
92
92
## Component Instance
93
93
94
-
Each component exposes `getStyles` callback, which can be used to override component styles. This prop takes highest precedence in styling a component
94
+
Each component exposes `getStyles` callback, which can be used to override component styles. See `Customization` section in corresponding component docs
0 commit comments