Any idea why ```Button({}) { Text("asdf") }``...
# compose
c
Any idea why
Copy code
Button({}) {
    Text("asdf")
}
creates two "bounding" boxes around the text "asdf" the IDE preview? Is that showing "font padding" by chance?