fix ugly dialog text field

This commit is contained in:
end-4
2025-04-18 09:27:58 +02:00
parent 75bf5028fd
commit bef66ac40a
2 changed files with 9 additions and 9 deletions
@@ -252,13 +252,13 @@ Item {
focus: root.showAddDialog
onAccepted: dialog.addTask()
// background: Rectangle {
// anchors.fill: parent
// radius: Appearance.rounding.verysmall
// border.width: 2
// border.color: todoInput.activeFocus ? Appearance.m3colors.m3primary : Appearance.m3colors.m3outline
// color: "transparent"
// }
background: Rectangle {
anchors.fill: parent
radius: Appearance.rounding.verysmall
border.width: 2
border.color: todoInput.activeFocus ? Appearance.m3colors.m3primary : Appearance.m3colors.m3outline
color: "transparent"
}
cursorDelegate: Rectangle {
width: 1