Skip to content

Commit

Permalink
Merge pull request #6812 from nextcloud/backport/6811/stable-3.13
Browse files Browse the repository at this point in the history
[stable-3.13] Fix text colour for NCInputTextEdit
  • Loading branch information
claucambra authored Jun 13, 2024
2 parents fe3a4f5 + ca3c4a4 commit b1269d4
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 b1269d4

Please sign in to comment.