diff options
Diffstat (limited to 'components/WarningBox.qml')
| -rw-r--r-- | components/WarningBox.qml | 10 |
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 |
