text areas use textViewColor

This commit is contained in:
Marco Martin 2014-04-01 17:18:12 +02:00
parent bac95f9f82
commit 2fd322536b
2 changed files with 3 additions and 3 deletions

View File

@ -357,7 +357,7 @@ Item {
font.underline: theme.defaultFont.underline font.underline: theme.defaultFont.underline
font.weight: theme.defaultFont.weight font.weight: theme.defaultFont.weight
font.wordSpacing: theme.defaultFont.wordSpacing font.wordSpacing: theme.defaultFont.wordSpacing
color: theme.buttonTextColor color: theme.viewTextColor
selectByMouse: verticalScroll.interactive selectByMouse: verticalScroll.interactive
renderType: Text.NativeRendering renderType: Text.NativeRendering

View File

@ -319,7 +319,7 @@ FocusScope {
text: placeholderText text: placeholderText
visible: textInput.text == "" && !textField.activeFocus visible: textInput.text == "" && !textField.activeFocus
// XXX: using textColor and low opacity for theming placeholderText // XXX: using textColor and low opacity for theming placeholderText
color: theme.buttonTextColor color: theme.viewTextColor
opacity: 0.5 opacity: 0.5
elide: Text.ElideRight elide: Text.ElideRight
clip: true clip: true
@ -349,7 +349,7 @@ FocusScope {
renderType: Text.NativeRendering renderType: Text.NativeRendering
passwordCharacter: "•" passwordCharacter: "•"
selectByMouse: true selectByMouse: true
color: theme.buttonTextColor color: theme.viewTextColor
enabled: textField.enabled enabled: textField.enabled
clip: true clip: true
focus: true focus: true