Use consistent corner radius for themes

This commit is contained in:
David Heinemeier Hansson
2026-05-18 14:30:49 +02:00
parent 4551b8920a
commit ff40026b7b
@@ -96,7 +96,7 @@ Item {
color: Color.alpha(Color.background, 0.97)
border.color: Color.foreground
border.width: 2
radius: 0
radius: Style.cornerRadius
opacity: root.opened ? 1 : 0
Row {