remove fill color for prompt template box

This commit is contained in:
Aaron Miller 2023-04-17 19:13:40 -07:00 committed by AT
parent 708bc1bbe6
commit 8a4f7897f4

View File

@ -253,7 +253,7 @@ Window {
Layout.column: 1 Layout.column: 1
Layout.fillWidth: true Layout.fillWidth: true
height: 200 height: 200
color: "#222" color: "transparent"
border.width: 1 border.width: 1
border.color: "#ccc" border.color: "#ccc"
radius: 5 radius: 5