mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 09:30:47 +03:00
Change redaction color that accidentally got committed
This commit is contained in:
parent
5b9611dcd3
commit
991fa4ac98
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue