of course you can also use inline styles: ``` ...
# kvision
r
of course you can also use inline styles:
Copy code
buttonGroup {
                border = Border(color = Col.BLACK, style = BorderStyle.SOLID, width = 1.px)
                button("1", disabled = true)
                button("2")
                button("3")
            }