mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
Addressed PR comment
This commit is contained in:
parent
62ef00ee60
commit
afa9c555ce
@ -305,14 +305,18 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
id: blockedBanner
|
||||
Item {
|
||||
Layout.fillWidth: true
|
||||
height: 40
|
||||
Layout.preferredHeight: 40
|
||||
Layout.alignment: Qt.AlignHCenter
|
||||
visible: isBlocked
|
||||
color: Style.current.red
|
||||
opacity: 0.1
|
||||
|
||||
Rectangle {
|
||||
id: blockedBanner
|
||||
anchors.fill: parent
|
||||
color: Style.current.red
|
||||
opacity: 0.1
|
||||
}
|
||||
|
||||
Text {
|
||||
id: blockedText
|
||||
|
Loading…
x
Reference in New Issue
Block a user