Fixed the background color of rounded radio button

This commit is contained in:
Eism 2021-09-02 17:11:42 +02:00
parent 14ea3265f9
commit e8e68b98ba

View file

@ -119,6 +119,12 @@ RadioDelegate {
}
}
background: Rectangle {
anchors.fill: parent
color: ui.theme.backgroundSecondaryColor
}
states: [
State {
name: "PRESSED"