Skip to content

Commit

Permalink
Merge pull request #6811 from nextcloud/bugfix/nxtexedit-text-color
Browse files Browse the repository at this point in the history
Fix text colour for NCInputTextEdit
  • Loading branch information
claucambra authored Jun 13, 2024
2 parents 875e2df + fa1f8b3 commit 8b9de15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/filedetails/NCInputTextEdit.qml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ TextEdit {
readonly property alias submitButton: submitButton

clip: true
color: Style.ncTextColor
textMargin: Style.smallSpacing
wrapMode: TextEdit.Wrap
selectByMouse: true
Expand Down

0 comments on commit 8b9de15

Please sign in to comment.