Skip to content

Commit 87753c7

Browse files
authored
Update README.md
Fix SuccesButton className.
1 parent d60d07a commit 87753c7

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
@@ -108,7 +108,7 @@ import style from './Section.css';
108108

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

0 commit comments

Comments
 (0)