Skip to content
Snippets Groups Projects
Verified Commit 991fa4ac authored by Joe Donofry's avatar Joe Donofry
Browse files

Change redaction color that accidentally got committed

parent 5b9611dc
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,6 @@ import QtQuick 2.5
import QtQuick.Controls 2.1
Label {
id: pillComponent
property color userColor: "red"
color: colors.brightText
horizontalAlignment: Text.AlignHCenter
......@@ -12,7 +9,6 @@ Label {
width: contentWidth * 1.2
background: Rectangle {
radius: parent.height / 2
color: Qt.rgba(userColor.r, userColor.g, userColor.b, 0.2)
color: colors.dark
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment