diff --git a/CellFrameDashboardGUI/Resources/Icons/icon_arrow_down.png b/CellFrameDashboardGUI/Resources/Icons/icon_arrow_down.png
new file mode 100644
index 0000000000000000000000000000000000000000..f13e0fe2fc2b6f13a405c8c3b00f2a198896a204
Binary files /dev/null and b/CellFrameDashboardGUI/Resources/Icons/icon_arrow_down.png differ
diff --git a/CellFrameDashboardGUI/Resources/Icons/new-wallet_icon_dark.png b/CellFrameDashboardGUI/Resources/Icons/new-wallet_icon_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f77b306db21a7c6b369f053a3238326bb5ee2cd6
Binary files /dev/null and b/CellFrameDashboardGUI/Resources/Icons/new-wallet_icon_dark.png differ
diff --git a/CellFrameDashboardGUI/Resources/Icons/new-wallet_icon_dark_hover.png b/CellFrameDashboardGUI/Resources/Icons/new-wallet_icon_dark_hover.png
new file mode 100644
index 0000000000000000000000000000000000000000..1e5eefb36de77731b84c7e1519880c1582b6c1b0
Binary files /dev/null and b/CellFrameDashboardGUI/Resources/Icons/new-wallet_icon_dark_hover.png differ
diff --git a/CellFrameDashboardGUI/qml.qrc b/CellFrameDashboardGUI/qml.qrc
index 965f958eeb9df249e09950aff3ed7b2bb84d66f0..e3b3644cc91cdd19ddd1fbc03b385f400d7ebd36 100755
--- a/CellFrameDashboardGUI/qml.qrc
+++ b/CellFrameDashboardGUI/qml.qrc
@@ -37,6 +37,9 @@
         <file>res/icons/icon_settings.png</file>
         <file>res/icons/icon_settings_hover.png</file>
         <file>res/icons/new-payment_icon.png</file>
+        <file>res/icons/new-wallet_icon_dark.png</file>
+        <file>res/icons/new-wallet_icon_dark_hover.png</file>
+        <file>res/icons/icon_arrow_down.png</file>
         <file>screen/DapUiQmlScreen.qml</file>
         <file>screen/DapUiQmlScreenMainWindow.qml</file>
         <file>screen/DapUiQmlScreenMainWindowForm.ui.qml</file>
@@ -78,6 +81,8 @@
         <file>screen/LastAction/DapUiQmlWidgetRightPanelForm.ui.qml</file>
         <file>screen/LastAction/DapUiQmlWidgetScreenDialogAddWallet.ui.qml</file>
         <file>screen/LastAction/DapUiQmlWidgetSignatureTypeComboBox.qml</file>
+        <file>screen/LastAction/DapUiQmlWidgetSignatureTypeComboBox.qml</file>
+        <file>screen/LastAction/DapRadioButton.qml</file>
         <file>screen/Log/DapUiQmlWidgetChainNodeLogs.qml</file>
         <file>screen/Log/DapUiQmlWidgetChainNodeLogsForm.ui.qml</file>
         <file>screen/Settings/DapUiQmlScreenSettings.qml</file>
@@ -94,6 +99,5 @@
         <file>screen/VPN/DapUiQmlWidgetSettingsVpn.qml</file>
         <file>screen/VPN/DapUiQmlWidgetSettingsVpnComboBox.qml</file>
         <file>screen/VPN/DapUiQmlWidgetSettingsVpnComboBoxForm.ui.qml</file>
-        <file>screen/VPN/DapUiQmlWidgetSettingsVpnForm.ui.qml</file>
     </qresource>
 </RCC>
diff --git a/CellFrameDashboardGUI/res/icons/icon_arrow_down.png b/CellFrameDashboardGUI/res/icons/icon_arrow_down.png
new file mode 100644
index 0000000000000000000000000000000000000000..f13e0fe2fc2b6f13a405c8c3b00f2a198896a204
Binary files /dev/null and b/CellFrameDashboardGUI/res/icons/icon_arrow_down.png differ
diff --git a/CellFrameDashboardGUI/res/icons/new-wallet_icon_dark.png b/CellFrameDashboardGUI/res/icons/new-wallet_icon_dark.png
new file mode 100644
index 0000000000000000000000000000000000000000..f77b306db21a7c6b369f053a3238326bb5ee2cd6
Binary files /dev/null and b/CellFrameDashboardGUI/res/icons/new-wallet_icon_dark.png differ
diff --git a/CellFrameDashboardGUI/res/icons/new-wallet_icon_dark_hover.png b/CellFrameDashboardGUI/res/icons/new-wallet_icon_dark_hover.png
new file mode 100644
index 0000000000000000000000000000000000000000..1e5eefb36de77731b84c7e1519880c1582b6c1b0
Binary files /dev/null and b/CellFrameDashboardGUI/res/icons/new-wallet_icon_dark_hover.png differ
diff --git a/CellFrameDashboardGUI/screen/DapUiQmlWidgetStatusBarComboBox.qml b/CellFrameDashboardGUI/screen/DapUiQmlWidgetStatusBarComboBox.qml
index b37128b3781ca534d292c7850d4e1e4f7fbffeec..c3e42b44b85c3ccc7861c98835f11ef34cfaa2c6 100644
--- a/CellFrameDashboardGUI/screen/DapUiQmlWidgetStatusBarComboBox.qml
+++ b/CellFrameDashboardGUI/screen/DapUiQmlWidgetStatusBarComboBox.qml
@@ -7,6 +7,7 @@ ComboBox {
     property alias headerTextColor: headerText.color
     property alias widthArrow: arrow.width
     property alias heightArrow: arrow.height
+    property alias sourceArrow: arrow.source
 
     id: customComboBox
     width: 190 * pt
@@ -31,7 +32,7 @@ ComboBox {
         anchors.fill: parent
         anchors.leftMargin: 12 * pt
         anchors.rightMargin: 48 * pt
-        anchors.topMargin: 10 * pt
+        anchors.topMargin: 0 * pt
         text: parent.displayText
         font.family: fontRobotoRegular.name
         font.pixelSize: 14 * pt
diff --git a/CellFrameDashboardGUI/screen/LastAction/DapRadioButton.qml b/CellFrameDashboardGUI/screen/LastAction/DapRadioButton.qml
new file mode 100644
index 0000000000000000000000000000000000000000..1c526cf70f752b415480ebe8cd99a7390471e37a
--- /dev/null
+++ b/CellFrameDashboardGUI/screen/LastAction/DapRadioButton.qml
@@ -0,0 +1,34 @@
+import QtQuick 2.12
+import QtQuick.Controls 2.12
+
+RadioButton {
+    property alias textButton: nameButton.text
+    property string colorName: nameButton.color
+
+    id: button
+    text: qsTr("template")
+    contentItem: Text {
+        id: nameButton
+        anchors.left: parent.left
+        anchors.leftMargin: button.indicator.width + button.spacing
+        verticalAlignment: Text.AlignVCenter
+        anchors.verticalCenter: parent.verticalCenter
+        color: "#3E3853"
+        font.pointSize: 14 * pt
+        font.wordSpacing: 0
+        font.family: "Roboto"
+        horizontalAlignment: Text.AlignLeft
+    }
+
+    spacing: 16
+    checked: false
+    display: AbstractButton.TextBesideIcon
+    autoExclusive: true
+}
+
+
+/*##^##
+Designer {
+    D{i:0;autoSize:true;height:480;width:640}
+}
+##^##*/
diff --git a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryNotesForm.ui.qml b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryNotesForm.ui.qml
index fd6d621da2c87296fe154b88fc8ca29a20865627..e053ef073c7dbbbb6cabe491b3b7bd8bb45b3e28 100644
--- a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryNotesForm.ui.qml
+++ b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryNotesForm.ui.qml
@@ -4,6 +4,9 @@ import QtQuick.Layouts 1.1
 import "../"
 
 DapUiQmlScreen {
+    property alias pressedNextButton: nextButton.pressed
+    property bool isWordsCopied: copyNotesButton.checked
+
     id: recoveryNoteMenu
     color: "#edeff2"
 
@@ -27,7 +30,7 @@ DapUiQmlScreen {
             anchors.topMargin: 8
             anchors.left: parent.left
             anchors.leftMargin: 16
-            font.pointSize: 10
+            font.pointSize: 12
             horizontalAlignment: Text.AlignLeft
             font.family: "Roboto"
             font.styleName: "Normal"
@@ -53,7 +56,7 @@ DapUiQmlScreen {
             color: "#FF0300"
 
             font {
-                pointSize: 10
+                pointSize: 16
                 family: "Roboto"
                 styleName: "Normal"
                 weight: Font.Normal
@@ -63,7 +66,7 @@ DapUiQmlScreen {
 
     Rectangle {
         id: recoveryWords
-        height: 210
+        height: 270
         anchors.top: saveNotesDescription.bottom
         anchors.topMargin: 24
         anchors.right: parent.right
@@ -113,23 +116,23 @@ DapUiQmlScreen {
         }
 
         RowLayout {
+            height: 270
             spacing: 60
-            height: parent.height
             anchors.right: parent.right
             anchors.rightMargin: 1
             anchors.left: parent.left
             anchors.leftMargin: 1
 
             ListView {
-                height: parent.height
                 Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
                 width: 50
+                height: 300
                 model: listRecoveryWords
                 delegate: Text {
                     text: word
                     color: "#070023"
                     font {
-                        pointSize: 12
+                        pointSize: 16
                         family: "Roboto"
                         styleName: "Normal"
                         weight: Font.Normal
@@ -138,15 +141,15 @@ DapUiQmlScreen {
             }
 
             ListView {
-                height: parent.height
                 Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
                 width: 50
+                height: 300
                 model: listRecoveryWords
                 delegate: Text {
                     text: word
                     color: "#070023"
                     font {
-                        pointSize: 12
+                        pointSize: 16
                         family: "Roboto"
                         styleName: "Normal"
                         weight: Font.Normal
@@ -192,8 +195,8 @@ DapUiQmlScreen {
         Button {
             id: nextButton
             height: 44
-            Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
             width: 130
+            Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
 
             Text {
                 id: nextButtonText
@@ -204,7 +207,7 @@ DapUiQmlScreen {
                 font.family: "Roboto"
                 font.styleName: "Normal"
                 font.weight: Font.Normal
-                font.pointSize: 16
+                font.pointSize: 18
                 horizontalAlignment: Text.AlignLeft
             }
 
@@ -231,7 +234,7 @@ DapUiQmlScreen {
                 font.family: "Roboto"
                 font.styleName: "Normal"
                 font.weight: Font.Normal
-                font.pointSize: 16
+                font.pointSize: 18
                 horizontalAlignment: Text.AlignLeft
             }
 
diff --git a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryQrForm.ui.qml b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryQrForm.ui.qml
index 6d1c94a8669c87f6e090a887fda62b3c4b3c9e00..caefb95cb924a52efd296a481083cae5a51ede95 100644
--- a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryQrForm.ui.qml
+++ b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlRecoveryQrForm.ui.qml
@@ -3,6 +3,9 @@ import QtQuick.Controls 2.5
 import QtQuick.Layouts 1.1
 
 Rectangle {
+    property alias pressedNextButton: nextButton.pressed
+    property bool isQRCodeCopied: saveQrCodeButton.checked
+
     id: recoveryQrMenu
     color: "#edeff2"
 
@@ -24,7 +27,7 @@ Rectangle {
             anchors.topMargin: 8
             anchors.left: parent.left
             anchors.leftMargin: 16
-            font.pointSize: 10
+            font.pointSize: 12
             horizontalAlignment: Text.AlignLeft
             font.family: "Roboto"
             font.styleName: "Normal"
@@ -46,7 +49,7 @@ Rectangle {
         Text {
             anchors.fill: parent
             text: qsTr("Keep these QR-code in a safe place. They will be\nrequired to restore your wallet in case of loss of\naccess to it")
-            font.pointSize: 10
+            font.pointSize: 14
             verticalAlignment: Text.AlignVCenter
             horizontalAlignment: Text.AlignHCenter
             color: "#FF0300"
@@ -62,12 +65,13 @@ Rectangle {
     Rectangle {
         id: qrCodeImageArea
         height: 200
+        width: 200
         anchors.top: saveQrCodeDescription.bottom
         anchors.topMargin: 24
-        anchors.left: parent.left
-        anchors.right: parent.right
+        anchors.horizontalCenter: parent.horizontalCenter
         color: "#EDEFF2"
-        anchors.leftMargin: 1
+        border.width: 1
+        border.color: "#C7C6CE"
 
         Image {
             id: qrCodeImage
@@ -140,8 +144,8 @@ Rectangle {
         Button {
             id: saveQrCodeButton
             height: 44
-            Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
             width: 130
+            Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
             checkable: true
 
             Text {
diff --git a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWallet.qml b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWallet.qml
index ec0e0f95d86a152cf5a6a819dcdade88e0647e77..3f4e866e6c491ce7fa7f07d2fc46bca96f5fdb0d 100644
--- a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWallet.qml
+++ b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWallet.qml
@@ -5,6 +5,8 @@ DapUiQmlScreenDialogAddWalletForm {
     id: dialogAddWallet
     focus: true
 
+    sourceCustomArrow: popup.visible ? "qrc:/res/icons/ic_arrow_drop_up.png" : "qrc:/res/icons/icon_arrow_down.png"
+
     Connections {
         target: nextButton
         onClicked: {
@@ -32,4 +34,20 @@ DapUiQmlScreenDialogAddWalletForm {
             }
         }
     }
+
+    Connections {
+        target: rightPanel.content.currentItem
+        onPressedNextButtonChanged: {
+            if(rightPanel.content.currentItem.isWordsCopied || rightPanel.content.currentItem.isQRCodeCopied) {
+                rightPanel.header.push("DapUiQmlWalletCreatedHeader.qml", {"rightPanel": rightPanel });
+                rightPanel.content.push("DapUiQmlWalletCreated.qml", {"rightPanel": rightPanel} )
+            }
+        }
+    }
+}
+
+/*##^##
+Designer {
+    D{i:0;autoSize:true;height:480;width:640}
 }
+##^##*/
diff --git a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml
index 11853ced31878f5758454c158d5b8adffd834e32..b0d3e6083a13de18e00a359fd7d5de5c9c230845 100644
--- a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml
+++ b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletForm.ui.qml
@@ -5,12 +5,15 @@ import "../"
 
 DapUiQmlScreen {
     property alias nextButton: nextButton
+    property alias sourceCustomArrow: comboBoxChooseSignatureType.sourceArrow
     property bool isWordsRecoveryMethodChecked: selectionWords.checked
     property bool isQRCodeRecoveryMethodChecked: selectionQRcode.checked
     property bool isExportToFileRecoveryMethodChecked: selectionExportToFile.checked
 
     id: addWalletMenu
-    color: "#EDEFF2"
+    color: "#F8F7FA"
+    border.width: 1 * pt
+    border.color: "#E3E2E6"
 
     Rectangle {
         id: nameWalletTextArea
@@ -25,9 +28,9 @@ DapUiQmlScreen {
             color: "#ffffff"
             text: qsTr("Name of wallet")
             anchors.left: parent.left
-            anchors.leftMargin: 16
+            anchors.leftMargin: 16 * pt
             anchors.verticalCenter: parent.verticalCenter
-            font.pointSize: 12
+            font.pixelSize: 12 * pt
             horizontalAlignment: Text.AlignLeft
             font.family: "Roboto"
             font.styleName: "Normal"
@@ -38,7 +41,7 @@ DapUiQmlScreen {
     Rectangle {
         id: inputNameWalletArea
         height: 68
-        color: "#EDEFF2"
+        color: "#F8F7FA"
         anchors.left: parent.left
         anchors.leftMargin: 1
         anchors.right: parent.right
@@ -50,7 +53,7 @@ DapUiQmlScreen {
             anchors.left: parent.left
             anchors.verticalCenter: parent.verticalCenter
             anchors.leftMargin: 20
-            font.pointSize: 16
+            font.pixelSize: 16 * pt
             color: "#070023"
             font.family: "Roboto"
             font.styleName: "Normal"
@@ -73,7 +76,7 @@ DapUiQmlScreen {
             id: chooseSignatureTypeText
             color: "#ffffff"
             text: qsTr("Choose signature type")
-            font.pointSize: 12
+            font.pixelSize: 12 * pt
             anchors.leftMargin: 16
             horizontalAlignment: Text.AlignLeft
             font.styleName: "Normal"
@@ -87,7 +90,7 @@ DapUiQmlScreen {
     Rectangle {
         id: chooseSignatureTypeArea
         height: 68
-        color: "#EDEFF2"
+        color: "#F8F7FA"
         anchors.leftMargin: 1
         anchors.left: parent.left
         anchors.right: parent.right
@@ -95,14 +98,15 @@ DapUiQmlScreen {
 
         DapUiQmlWidgetSignatureTypeComboBox {
             id: comboBoxChooseSignatureType
-            height: 20 * pt
+            width: 368
+            height: 20
             anchors {
                 verticalCenter: chooseSignatureTypeArea.verticalCenter
-                left: parent.left
-                right: parent.right
+                fill: parent
+                topMargin: 24
+                bottomMargin: 24
                 leftMargin: 8
                 rightMargin: 32
-                verticalCenterOffset: 0
             }
         }
     }
@@ -124,7 +128,7 @@ DapUiQmlScreen {
             font.styleName: "Normal"
             font.weight: Font.Normal
             anchors.left: parent.left
-            font.pointSize: 12
+            font.pixelSize: 12 * pt
             horizontalAlignment: Text.AlignLeft
             anchors.leftMargin: 16
             anchors.verticalCenter: parent.verticalCenter
@@ -134,61 +138,33 @@ DapUiQmlScreen {
     ColumnLayout {
         id: chooseRecoveryMethod
         height: 272
-        anchors.leftMargin: 1
         spacing: 32
         anchors.top: recoveryMethodTextArea.bottom
+        anchors.topMargin: 32
         anchors.left: parent.left
+        anchors.leftMargin: 16
         anchors.right: parent.right
+        Layout.alignment: Qt.AlignLeft | Qt.AlignTop
 
-        RadioButton {
+        DapRadioButton {
             id: selectionWords
-            text: qsTr("24 words")
-            Layout.alignment: Qt.AlignLeft | Qt.AlignTop
-            Layout.topMargin: 32
+            textButton: qsTr("24 words")
             checked: true
-            spacing: 16
-            autoExclusive: true
-            display: AbstractButton.TextBesideIcon
-            font.pointSize: 14
-            font.wordSpacing: 0
-            font.family: "Roboto"
-            Layout.leftMargin: 16
         }
 
-        RadioButton {
+        DapRadioButton {
             id: selectionQRcode
-            y: 120
-            text: qsTr("QR code")
-            Layout.alignment: Qt.AlignLeft | Qt.AlignTop
-            Layout.topMargin: 0
-            Layout.leftMargin: 16
-            spacing: 16
-            font.pointSize: 14
-            font.family: "Roboto"
+            textButton: qsTr("QR code")
         }
 
-        RadioButton {
+        DapRadioButton {
             id: selectionExportToFile
-            text: qsTr("Export to file")
-            spacing: 16
-            font.pointSize: 14
-            font.family: "Roboto"
-            Layout.alignment: Qt.AlignLeft | Qt.AlignTop
-            Layout.topMargin: 0
-            Layout.leftMargin: 16
+            textButton: qsTr("Export to file")
         }
 
-        RadioButton {
+        DapRadioButton {
             id: selectionNothing
-            y: 235
-            text: qsTr("Nothing")
-            spacing: 16
-            checked: false
-            font.family: "Roboto"
-            font.pointSize: 14
-            Layout.alignment: Qt.AlignLeft | Qt.AlignTop
-            Layout.topMargin: 0
-            Layout.leftMargin: 16
+            textButton: qsTr("Nothing")
         }
     }
 
@@ -209,12 +185,11 @@ DapUiQmlScreen {
             font.family: "Roboto"
             font.styleName: "Normal"
             font.weight: Font.Normal
-            font.pointSize: 18
+            font.pixelSize: 18 * pt
             horizontalAlignment: Text.AlignHCenter
             verticalAlignment: Text.AlignVCenter
         }
 
-
         background: Rectangle {
             implicitWidth: parent.width
             implicitHeight: parent.height
@@ -222,3 +197,10 @@ DapUiQmlScreen {
         }
     }
 }
+
+/*##^##
+Designer {
+    D{i:0;autoSize:true;height:480;width:640}
+}
+##^##*/
+
diff --git a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletHeader.qml b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletHeader.qml
index d911b79941c30813a86976305a9a2deaecf406a8..8219bbc708c1500bba680b40dbbd31314d834eee 100644
--- a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletHeader.qml
+++ b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlScreenDialogAddWalletHeader.qml
@@ -5,7 +5,9 @@ import "../"
 
 DapUiQmlScreen {
     height: 36 * pt
-    color: "#edeff2"
+    color: "#F8F7FA"
+    border.width: 1 * pt
+    border.color: "#E3E2E6"
 
     property string backButtonNormal : "qrc:/res/icons/close_icon.png"
     property string backButtonHovered : "qrc:/res/icons/close_icon_hover.png"
@@ -20,8 +22,8 @@ DapUiQmlScreen {
         spacing: 12
 
         Rectangle {
-            width: 20
-            height: 20
+            width: 16
+            height: 16
             color: "transparent"
 
             Image {
@@ -47,7 +49,12 @@ DapUiQmlScreen {
 
         Text {
             text: title
-            font.pointSize: 14
+            horizontalAlignment: Qt.AlignLeft
+            font.pointSize: 14 * pt
+            font.family: "Roboto"
+            font.weight: Font.Normal
+            font.styleName: "Normal"
+            color: "#3E3853"
         }
     }
 }
diff --git a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlWalletCreatedForm.ui.qml b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlWalletCreatedForm.ui.qml
index 8ed3fe723909c88ba09463edd8655b76a15db8b1..21e412ca36ccb15eef75c050b725f804cea7f5ec 100644
--- a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlWalletCreatedForm.ui.qml
+++ b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlWalletCreatedForm.ui.qml
@@ -35,8 +35,6 @@ DapUiQmlScreen {
             implicitHeight: parent.height
             color: "#3E3853"
         }
-
-
     }
 
     Rectangle {
@@ -58,7 +56,7 @@ DapUiQmlScreen {
             color: "#070023"
 
             font {
-                pointSize: 16
+                pointSize: 18
                 family: "Roboto"
                 styleName: "Normal"
                 weight: Font.Normal
@@ -66,3 +64,9 @@ DapUiQmlScreen {
         }
     }
 }
+
+/*##^##
+Designer {
+    D{i:0;autoSize:true;height:480;width:640}
+}
+##^##*/
diff --git a/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBar.qml b/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBar.qml
index f4877094f69c94853bd10c017d6a326805f8e257..eec214fddd9e3e635d053ca19ead1698e9cdf291 100644
--- a/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBar.qml
+++ b/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBar.qml
@@ -63,7 +63,11 @@ Rectangle {
 
         DapUiQmlWidgetStatusBarButtonForm {
             id: statusBarAddWalletButton
-            width: 130 * pt
+            width: 120 * pt
+            height: 36 * pt
+            name: qsTr("New wallet")
+            fontHeight: 14 * pt
+            backgroundColor: "#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 8ff9e9cbe228da38adf920008908ec13147de359..2824c5cefb8109fe41af0e17c53a96b8da8f42ba 100644
--- a/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBarButtonForm.ui.qml
+++ b/CellFrameDashboardGUI/screen/StatusBar/DapUiQmlWidgetStatusBarButtonForm.ui.qml
@@ -2,21 +2,34 @@ import QtQuick 2.0
 import QtQuick.Controls 2.5
 
 Button {
+    property alias name: templateText.text
+    property alias fontHeight: templateText.font.pixelSize
+    property alias backgroundColor: background.color
+
+    property int defaultHeight: 50 * pt
+    property int defaultWidth: 100 * pt
+    property string normalButton: "qrc:/res/icons/new-wallet_icon_dark.png"
+    property string hoverButton: "qrc:/res/icons/new-wallet_icon_dark_hover.png"
+
     id: button
+    width: defaultHeight
+    height: defaultWidth
+
     contentItem: Rectangle {
+        id: background
         anchors.fill: parent
-        border.color: "#B5B5B5"
-        border.width: 1 * pt
-        color: "transparent"
+        color: "#070023"
 
         Text {
+            id: templateText
             anchors.fill: parent
             verticalAlignment: Qt.AlignVCenter
             horizontalAlignment: Qt.AlignRight
-            anchors.rightMargin: 20 * pt
-            font.family: "Regular"
-            color: "#505559"
-            text: qsTr("New wallet")
+            anchors.rightMargin: 20
+            font.family: "Roboto"
+            font.weight: Font.Normal
+            color: "#FFFFFF"
+            text: qsTr("template")
         }
 
         Image {
@@ -24,7 +37,7 @@ Button {
             anchors.verticalCenter: parent.verticalCenter
             anchors.left: parent.left
             anchors.leftMargin: 10 * pt
-            source: "qrc:/res/icons/defaul_icon.png"
+            source: button.hovered ? hoverButton : normalButton
             width: 28 * pt
             height: 28 * pt
         }