mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-13 01:02:18 -04:00
widgets: theme text field selection color
This commit is contained in:
@@ -107,6 +107,8 @@ StyledRect {
|
|||||||
anchors.bottomMargin: root.bottomPadding
|
anchors.bottomMargin: root.bottomPadding
|
||||||
font.pixelSize: Theme.fontSizeMedium
|
font.pixelSize: Theme.fontSizeMedium
|
||||||
color: Theme.surfaceText
|
color: Theme.surfaceText
|
||||||
|
selectionColor: Theme.primaryContainer
|
||||||
|
selectedTextColor: Theme.primary
|
||||||
horizontalAlignment: TextInput.AlignLeft
|
horizontalAlignment: TextInput.AlignLeft
|
||||||
verticalAlignment: TextInput.AlignVCenter
|
verticalAlignment: TextInput.AlignVCenter
|
||||||
selectByMouse: !root.ignoreLeftRightKeys
|
selectByMouse: !root.ignoreLeftRightKeys
|
||||||
|
|||||||
Reference in New Issue
Block a user