Index: sources/gui/qml/components/TouchRect.qml =================================================================== diff -u -r45617764a63d5573bfb942b039f2854ed25ba15d -rd4b88173e0d4a683a315d2fc57b8e1ec356b1232 --- sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision 45617764a63d5573bfb942b039f2854ed25ba15d) +++ sources/gui/qml/components/TouchRect.qml (.../TouchRect.qml) (revision d4b88173e0d4a683a315d2fc57b8e1ec356b1232) @@ -71,12 +71,12 @@ radius : Variables.touchRectRadius color : backgroundColor border { - color: Colors.borderButton + color: borderColor width: Variables.borderWidth } Text { id: _text anchors.centerIn: parent - color: Colors.textMain + color: textColor font.pixelSize: Fonts.fontPixelButton } MouseArea { id: _mouseArea