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 a842f6c33f
commit 3a82a1d96c

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