1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-04 04:42:05 -04:00

widgets: theme text field selection color

This commit is contained in:
bbedward
2026-02-03 09:35:35 -05:00
parent a97409dfd7
commit 22f16f1da3

View File

@@ -107,6 +107,8 @@ StyledRect {
anchors.bottomMargin: root.bottomPadding
font.pixelSize: Theme.fontSizeMedium
color: Theme.surfaceText
selectionColor: Theme.primaryContainer
selectedTextColor: Theme.primary
horizontalAlignment: TextInput.AlignLeft
verticalAlignment: TextInput.AlignVCenter
selectByMouse: !root.ignoreLeftRightKeys