Use system colors for now

This commit is contained in:
Nicolas Werner 2019-09-07 01:33:46 +02:00
parent 10eb64de81
commit bbbd5df75f
5 changed files with 37 additions and 8 deletions

View file

@ -7,4 +7,5 @@ TextEdit {
wrapMode: Text.Wrap
width: parent.width
selectByMouse: true
color: colors.text
}