From 7539ca69a67e6152a3be372b76aeb26d04fe3650 Mon Sep 17 00:00:00 2001 From: Antony Baker Date: Sun, 23 Dec 2018 14:32:50 +0000 Subject: Applications: Red repo warnings - chang to a different red, to make it easier to read the black text within. --- qml/mw-ui.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index ae6d57b..b6dea71 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -594,7 +594,7 @@ Rectangle { Component { id: repotag Rectangle { - color: "red" + color: "#FF4C4C" radius: 3 width: 60; height: 20 Label { -- cgit v1.2.1