Change redaction color that accidentally got committed
This commit is contained in:
parent
5b9611dcd3
commit
991fa4ac98
@ -2,9 +2,6 @@ import QtQuick 2.5
|
|||||||
import QtQuick.Controls 2.1
|
import QtQuick.Controls 2.1
|
||||||
|
|
||||||
Label {
|
Label {
|
||||||
id: pillComponent
|
|
||||||
property color userColor: "red"
|
|
||||||
|
|
||||||
color: colors.brightText
|
color: colors.brightText
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
|
||||||
@ -12,7 +9,6 @@ Label {
|
|||||||
width: contentWidth * 1.2
|
width: contentWidth * 1.2
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
radius: parent.height / 2
|
radius: parent.height / 2
|
||||||
color: Qt.rgba(userColor.r, userColor.g, userColor.b, 0.2)
|
color: colors.dark
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user