Skip to content

Commit 6fc0650

Browse files
authored
Update README.md
1 parent a9bc82f commit 6fc0650

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,9 @@ function MyApp() {
8888
| hideGradientStop | `boolean` | `false` | (optional) hide the gradient point stop input (only relevant in gradient mode)|
8989
| hideGradientControls| `boolean` | `false` | (optional) hide the all gradient controls (the bar that appears below top controls when in gradient mode)|
9090
| presets | `array` | ['rgba(0,0,0,1)', ...] | (optional) pass in custom preset options ['rgba()', 'rgba()', ..] |
91-
| locales | `object` | { CONTROLS: { SOLID: 'Solid', GRADIENT: 'Gradient' }} | (optional) pass in custom locales |
91+
| locales | `object` | { CONTROLS: { SOLID: 'Solid', GRADIENT: 'Gradient' }} | (optional) pass in custom locales |
92+
| disbaleDarkMode | `boolean` | false | (optional) disbale automatic dark mode style adjustments |
93+
| className | `string` | '' | (optional) a CSS class for the picker parent (see styling for more options)|
9294

9395
<a id="item-five"></a>
9496
### API

0 commit comments

Comments
 (0)