Skip to content

Commit abab0c9

Browse files
committed
upd
1 parent bc09c30 commit abab0c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/overview/xml-capabilities

src/overview/xml-capabilities/jet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ package com.fun.components {
8585

8686
## Specifying inline styles
8787

88-
Use `style:n={v}` attributes as a shortcut to `style={{ ..., n: v }}`.
88+
Use `s:n={v}` attributes as a shortcut to `style={{ ..., n: v }}`.
8989

9090
```
91-
<j:Button style:background="orange">button1</j:Button>
91+
<j:Button s:background="orange">button1</j:Button>
9292
```
9393

9494
Inline style values are converted to `String` automatically.

0 commit comments

Comments
 (0)