mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix text in darkmode on mobile app.
Signed-off-by: Paul Buxton <paulbuxton.mail@googlemail.com>
This commit is contained in:
parent
d82e008b4c
commit
65ec16e59d
5 changed files with 107 additions and 5 deletions
|
@ -27,7 +27,7 @@ Kirigami.ScrollablePage {
|
|||
delegate : Text {
|
||||
width: logWindow.width
|
||||
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
|
||||
color: Kirigami.Theme.textColor
|
||||
color: subsurfaceTheme.textColor
|
||||
text : message
|
||||
font.pointSize: subsurfaceTheme.smallPointSize
|
||||
leftPadding: Kirigami.Units.gridUnit / 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue