Browse Source

Fix typo in Compose Web tutorial

pull/703/head
Samuel Urbanowicz 4 years ago committed by Oleksandr Karpovich
parent
commit
63beaea30f
  1. 2
      tutorials/Web/Style_Dsl/README.md

2
tutorials/Web/Style_Dsl/README.md

@ -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")

Loading…
Cancel
Save