Skip to content

Commit

Permalink
Merge pull request #78 from JFT70/dev
Browse files Browse the repository at this point in the history
Fixed buttons.aml following the attributes rework
  • Loading branch information
togglebyte authored Oct 11, 2024
2 parents 8bfc87e + 9246fb6 commit 393e6c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/templates/buttons/buttons.aml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ align [alignment: "centre"]
border
column
text "Simple counter app"
@button (click->increment) {"caption": "Increment"}
@button (click->increment) [caption: "Increment"]
text number
@button (click->decrement) {"caption": "Decrement"}
@button (click->decrement) [caption: "Decrement"]

0 comments on commit 393e6c6

Please sign in to comment.