summaryrefslogtreecommitdiff
path: root/components/WarningBox.qml
diff options
context:
space:
mode:
authorMonzero Build System <builds@monzero.org>2026-08-15 21:26:40 +0100
committerMonzero Build System <builds@monzero.org>2026-08-15 21:26:40 +0100
commitdceeb88444ce966caa1a133d2926d5f7213c87ff (patch)
treed74c9c7d7e43c2a0d39d656c690c63050cff7f53 /components/WarningBox.qml
parent81f33c7e00bf183823909a02e6d96ce11e41adce (diff)
downloadmonzero-gui-phase0-20260815.tar.gz
monzero-gui-phase0-20260815.tar.xz
monzero-gui-phase0-20260815.zip
Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815
Diffstat (limited to 'components/WarningBox.qml')
-rw-r--r--components/WarningBox.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/WarningBox.qml b/components/WarningBox.qml
index 62f6912a..a41a6b4a 100644
--- a/components/WarningBox.qml
+++ b/components/WarningBox.qml
@@ -2,7 +2,7 @@ import QtQuick 2.9
import QtQuick.Layouts 1.1
import QtQuick.Controls 2.0
-import "." as MoneroComponents
+import "." as MonzeroComponents
Rectangle {
id: root
@@ -13,9 +13,9 @@ Rectangle {
Layout.fillWidth: true
Layout.preferredHeight: warningLayout.height
- color: MoneroComponents.Style.titleBarButtonHoverColor
+ color: MonzeroComponents.Style.titleBarButtonHoverColor
radius: 4
- border.color: MoneroComponents.Style.inputBorderColorInActive
+ border.color: MonzeroComponents.Style.inputBorderColorInActive
border.width: 1
signal linkActivated;
@@ -40,8 +40,8 @@ Rectangle {
Text {
id: content
Layout.fillWidth: true
- color: MoneroComponents.Style.defaultFontColor
- font.family: MoneroComponents.Style.fontRegular.name
+ color: MonzeroComponents.Style.defaultFontColor
+ font.family: MonzeroComponents.Style.fontRegular.name
font.pixelSize: root.fontSize
horizontalAlignment: TextInput.AlignLeft
textFormat: Text.RichText