Skip to content

Commit

Permalink
Merge pull request #842 from sharetribe/doc-typo-fix
Browse files Browse the repository at this point in the history
[fix] Typo fix for background-color
  • Loading branch information
Gnito committed May 21, 2018
2 parents 0b3ec14 + 2f08276 commit d9482b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ way to update this template, but currently, we follow a pattern:
* [fix] Use https instead of git to access SDK repo for Heroku build (now that the repo is public).
TODO: create SDK releases instead of using direct refs to single commit.
[#841](https://github.com/sharetribe/flex-template-web/pull/841)
* [fix] Typo fix for background-color
[#842](https://github.com/sharetribe/flex-template-web/pull/842)

## v0.3.0

Expand Down
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 d9482b3

Please sign in to comment.