mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
Merge pull request #842 from sharetribe/doc-typo-fix
[fix] Typo fix for background-color
This commit is contained in:
commit
d9482b38b6
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -229,7 +229,7 @@ Style definitions of the (`<Circle />`) child component:
|
|||
|
||||
```css
|
||||
.root {
|
||||
backgroundcolor: tomato;
|
||||
background-color: tomato;
|
||||
border-radius: 50%;
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue