Skip to content

Commit

Permalink
Remove backround rectangle from NCInputTextEdit.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <hello@camilasan.com>
  • Loading branch information
camilasan committed Sep 1, 2024
1 parent a9c836a commit e5c6b3b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/gui/filedetails/NCInputTextEdit.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e5c6b3b

Please sign in to comment.