1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

fix(notepad): use surfaceVariantText color for line numbers

This commit is contained in:
purian23
2026-07-02 17:14:32 -04:00
parent 597ba597e5
commit 2fade1a617
@@ -568,7 +568,7 @@ Column {
text: index + 1
font.family: textArea.font.family
font.pixelSize: textArea.font.pixelSize
color: Theme.onSurface_38
color: Theme.surfaceVariantText
horizontalAlignment: Text.AlignRight
}
}