aboutsummaryrefslogtreecommitdiff
path: root/components/ContextMenuItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/ContextMenuItem.qml')
-rw-r--r--components/ContextMenuItem.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/components/ContextMenuItem.qml b/components/ContextMenuItem.qml
index c4e0f395..64279b92 100644
--- a/components/ContextMenuItem.qml
+++ b/components/ContextMenuItem.qml
@@ -3,7 +3,7 @@ import QtQuick.Controls 2.2
import QtQuick.Layouts 1.1
import FontAwesome 1.0
-import "../components" as MoneroComponents
+import "../components" as MonzeroComponents
MenuItem {
id: menuItem
@@ -12,7 +12,7 @@ MenuItem {
property alias glyphIcon: glyphIcon.text
background: Rectangle {
- color: MoneroComponents.Style.buttonBackgroundColorDisabledHover
+ color: MonzeroComponents.Style.buttonBackgroundColorDisabledHover
opacity: 0
MouseArea {
@@ -45,15 +45,15 @@ MenuItem {
Text {
id: glyphIcon
- color: MoneroComponents.Style.buttonTextColor
+ color: MonzeroComponents.Style.buttonTextColor
font.family: glyphIconSolid ? FontAwesome.fontFamilySolid : FontAwesome.fontFamily
font.pixelSize: 14
font.styleName: glyphIconSolid ? "Solid" : "Regular"
}
Text {
- color: MoneroComponents.Style.blackTheme ? MoneroComponents.Style.buttonTextColor : MoneroComponents.Style.defaultFontColor
- font.family: MoneroComponents.Style.fontRegular.name
+ color: MonzeroComponents.Style.blackTheme ? MonzeroComponents.Style.buttonTextColor : MonzeroComponents.Style.defaultFontColor
+ font.family: MonzeroComponents.Style.fontRegular.name
font.pixelSize: 14
Layout.fillWidth: true
text: menuItem.text