Skip to content

Commit

Permalink
[fix] Typo fix for background-color
Browse files Browse the repository at this point in the history
Added dash to documentation
  • Loading branch information
jannekoivistoinen authored and Gnito committed May 21, 2018
1 parent 0b3ec14 commit 015a693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ Style definitions of the (`<Circle />`) child component:

```css
.root {
backgroundcolor: tomato;
background-color: tomato;
border-radius: 50%;
}
```
Expand Down

0 comments on commit 015a693

Please sign in to comment.