SettingsLog: don't assign color to font family

This commit is contained in:
selsta
2020-04-21 20:02:23 +02:00
parent a75a0fb8c5
commit 50767570f0

View File

@@ -159,7 +159,7 @@ Rectangle {
textFormat: TextEdit.RichText
selectByMouse: true
selectByKeyboard: true
font.family: MoneroComponents.Style.defaultFontColor
font.family: MoneroComponents.Style.fontRegular.name
font.pixelSize: 14
wrapMode: TextEdit.Wrap
readOnly: true