diff --git a/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBar.qml b/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBar.qml
index eec214fddd9e3e635d053ca19ead1698e9cdf291..f5ece439a9c4c20415f827310d6f9d4ab76aac4c 100644
--- a/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBar.qml
+++ b/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBar.qml
@@ -67,7 +67,7 @@ Rectangle {
             height: 36 * pt
             name: qsTr("New wallet")
             fontHeight: 14 * pt
-            backgroundColor: "#070023"
+            backgroundColor: hovered ? "#D51F5D" : "#070023"
             anchors.right: parent.right
             anchors.top: parent.top
             anchors.topMargin: 10 * pt
diff --git a/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBarButtonForm.ui.qml b/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBarButtonForm.ui.qml
index 2824c5cefb8109fe41af0e17c53a96b8da8f42ba..585b24ec1f9931c250c6a4d8bb99a186b097d6e5 100644
--- a/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBarButtonForm.ui.qml
+++ b/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBarButtonForm.ui.qml
@@ -25,7 +25,7 @@ Button {
             anchors.fill: parent
             verticalAlignment: Qt.AlignVCenter
             horizontalAlignment: Qt.AlignRight
-            anchors.rightMargin: 20
+            anchors.rightMargin: 20 * pt
             font.family: "Roboto"
             font.weight: Font.Normal
             color: "#FFFFFF"