mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-14 00:27:40 +00:00
Applied selection color to the StyledTextArea and StyledTArea. Fixes #1611
This commit is contained in:
parent
1840165caa
commit
bc63c30ec2
@ -5,4 +5,5 @@ import "../imports"
|
||||
TextArea {
|
||||
font.family: Style.current.fontRegular.name
|
||||
color: Style.current.textColor
|
||||
selectionColor: Style.current.primarySelectionColor
|
||||
}
|
||||
|
@ -60,6 +60,7 @@ Item {
|
||||
font.family: Style.current.fontRegular.name
|
||||
color: Style.current.textColor
|
||||
placeholderTextColor: Style.current.darkGrey
|
||||
selectionColor: Style.current.primarySelectionColor
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
@ -81,7 +82,8 @@ Item {
|
||||
readOnly: true
|
||||
font.pixelSize: 12
|
||||
color: Style.current.red
|
||||
|
||||
selectedTextColor: Style.current.textColor
|
||||
selectionColor: Style.current.primarySelectionColor
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user