Skip to content
Snippets Groups Projects
Commit 63beaea3 authored by Samuel Urbanowicz's avatar Samuel Urbanowicz Committed by Oleksandr Karpovich
Browse files

Fix typo in Compose Web tutorial

parent 3ee03dd3
No related branches found
No related tags found
No related merge requests found
......@@ -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")
......@@ -158,4 +158,4 @@ object MyStyleSheet: StyleSheet() {
backgroundColor(MyVariables.contentBackgroundColor.value(Color("#333")))
}
}
```
\ No newline at end of file
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment