diff --git a/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml b/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml index 08a8fb3079..0175d5a2ad 100644 --- a/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml +++ b/plugins/UM3NetworkPrinting/resources/qml/MonitorPrinterCard.qml @@ -39,8 +39,7 @@ Item { id: background anchors.fill: parent - // color: UM.Theme.getColor("monitor_card_background") - color: "red" + color: UM.Theme.getColor("monitor_card_background") border { color: UM.Theme.getColor("monitor_card_border")