Remove backround rectangle from NCInputTextEdit.

Signed-off-by: Camila Ayres <hello@camilasan.com>
This commit is contained in:
Camila Ayres 2024-09-01 21:47:40 +02:00 committed by Matthieu Gallien
parent d328919ae1
commit b5e8946212
No known key found for this signature in database
GPG Key ID: 7D0F74F05C22F553

View File

@ -33,16 +33,6 @@ TextEdit {
selectByMouse: true
height: Math.max(Style.talkReplyTextFieldPreferredHeight, contentHeight)
Rectangle {
id: textFieldBorder
anchors.fill: parent
radius: Style.slightlyRoundedButtonRadius
border.width: Style.normalBorderWidth
border.color: root.activeFocus ? root.accentColor : root.secondaryColor
color: palette.base
z: -1
}
Button {
id: submitButton