Skip to content

Commit 8d12cfd

Browse files
chinnawatpjavivelasco
authored andcommitted
Fixed README.md: wrong props in default Theming (#69)
1 parent bb0da20 commit 8d12cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ import style from './Section.css';
108108

109109
export default () => (
110110
<section className={style.section}>
111-
<SuccessButton theme={style.button}>Yai!</SuccessButton>
111+
<SuccessButton theme={style}>Yai!</SuccessButton>
112112
</section>
113113
);
114114
```

0 commit comments

Comments
 (0)