diff --git a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlWalletCreatedForm.ui.qml b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlWalletCreatedForm.ui.qml
index 21e412ca36ccb15eef75c050b725f804cea7f5ec..1916866f93a64f856f87b9c18c47d0df363c8a63 100644
--- a/CellFrameDashboardGUI/screen/LastAction/DapUiQmlWalletCreatedForm.ui.qml
+++ b/CellFrameDashboardGUI/screen/LastAction/DapUiQmlWalletCreatedForm.ui.qml
@@ -7,15 +7,15 @@ DapUiQmlScreen {
     property alias buttonDone: doneCreateWalletButton
 
     id: walletCreatedMenu
-    color: "#edeff2"
+    color: "#F8F7FA"
 
     Button {
         id: doneCreateWalletButton
         anchors.horizontalCenter: parent.horizontalCenter
         anchors.bottom: parent.bottom
-        anchors.bottomMargin: 189 + 24
-        height: 44
-        width: 130
+        anchors.bottomMargin: 213 * pt
+        height: 44 * pt
+        width: 130 * pt
 
         Text {
             id: doneCreateWalletButtonText
@@ -26,7 +26,7 @@ DapUiQmlScreen {
             font.family: "Roboto"
             font.styleName: "Normal"
             font.weight: Font.Normal
-            font.pointSize: 16
+            font.pointSize: 18 * pt
             horizontalAlignment: Text.AlignLeft
         }
 
@@ -40,9 +40,9 @@ DapUiQmlScreen {
     Rectangle {
         id: createWalletDescription
         color: "#edeff2"
-        height: 50
+        height: 50 * pt
         anchors.bottom: doneCreateWalletButton.top
-        anchors.bottomMargin: 24 + 118 + 24
+        anchors.bottomMargin: 166 * pt
         anchors.left: parent.left
         anchors.right: parent.right
         anchors.leftMargin: 1 * pt
@@ -56,7 +56,7 @@ DapUiQmlScreen {
             color: "#070023"
 
             font {
-                pointSize: 18
+                pointSize: 16 * pt
                 family: "Roboto"
                 styleName: "Normal"
                 weight: Font.Normal
@@ -70,3 +70,4 @@ Designer {
     D{i:0;autoSize:true;height:480;width:640}
 }
 ##^##*/
+