import QtQuick import "../Color.js" as Colors Text { anchors.horizontalCenter: parent.horizontalCenter anchors.verticalCenter: parent.verticalCenter color: Colors.base font { family: "FiraMono Nerd Font" pointSize: 12 weight: 600 } }