Skip to content

Commit b068d17

Browse files
committed
docs: fix typo for ColorButton example
1 parent 8b41999 commit b068d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ import { ColorButton } from 'material-ui-color';
167167

168168
export const Container = () => (
169169
<div>
170-
<ColorButton red="red"/>
170+
<ColorButton color="red"/>
171171
</div>
172172
);
173173
```

0 commit comments

Comments
 (0)