Skip to content

Commit

Permalink
Fix typo in Compose Web tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
samiuelson authored and eymar committed May 27, 2021
1 parent 3ee03dd commit 63beaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorials/Web/Style_Dsl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ object AppStylesheet : StyleSheet() {
}

// A convenient way to create a class selector
// AppStylesheet.container can be used a class name in components
// AppStylesheet.container can be used as a class in component attrs
val container by style {
color("red")

Expand Down Expand Up @@ -158,4 +158,4 @@ object MyStyleSheet: StyleSheet() {
backgroundColor(MyVariables.contentBackgroundColor.value(Color("#333")))
}
}
```
```

0 comments on commit 63beaea

Please sign in to comment.