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:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user