mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-10 07:28:30 -04:00
fix(notepad): use surfaceVariantText color for line numbers
This commit is contained in:
@@ -568,7 +568,7 @@ Column {
|
|||||||
text: index + 1
|
text: index + 1
|
||||||
font.family: textArea.font.family
|
font.family: textArea.font.family
|
||||||
font.pixelSize: textArea.font.pixelSize
|
font.pixelSize: textArea.font.pixelSize
|
||||||
color: Theme.onSurface_38
|
color: Theme.surfaceVariantText
|
||||||
horizontalAlignment: Text.AlignRight
|
horizontalAlignment: Text.AlignRight
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user