Change default font color / family for checkboxes

pull/2/head
Sander Ferdinand 7 years ago committed by moneromooo-monero
parent f262ce5209
commit 5a36aa7fce

@ -28,6 +28,7 @@
import QtQuick 2.0
import QtQuick.Layouts 1.1
import "." 1.0
RowLayout {
id: checkBox
@ -83,9 +84,9 @@ RowLayout {
Text {
id: label
font.family: "Arial"
font.family: Style.fontRegular.name
font.pixelSize: checkBox.fontSize
color: "#525252"
color: Style.defaultFontColor
wrapMode: Text.Wrap
Layout.fillWidth: true
anchors.left: backgroundRect.right