From d05bd6ce082c5928eb917a74b322eab0c1268df5 Mon Sep 17 00:00:00 2001 From: Anthony Laibe Date: Thu, 24 Mar 2022 10:10:34 +0100 Subject: [PATCH] fix(@wallet): Fix dark mode background for wallet account view fixes #5143 --- ui/app/AppLayouts/Profile/views/wallet/AccountView.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/app/AppLayouts/Profile/views/wallet/AccountView.qml b/ui/app/AppLayouts/Profile/views/wallet/AccountView.qml index 22c9984417..2c884b607e 100644 --- a/ui/app/AppLayouts/Profile/views/wallet/AccountView.qml +++ b/ui/app/AppLayouts/Profile/views/wallet/AccountView.qml @@ -107,6 +107,7 @@ Item { radius: Style.current.radius width: typeText.width + Style.current.xlPadding height: parent.height + color: Style.current.transparent StatusBaseText { id: labelType anchors.top: parent.top @@ -146,6 +147,8 @@ Item { radius: Style.current.radius width: storageText.width + Style.current.xlPadding height: parent.height + color: Style.current.transparent + StatusBaseText { id: labelStorage anchors.top: parent.top @@ -180,6 +183,8 @@ Item { radius: Style.current.radius width: Math.max(path.width, labelPath.width) + Style.current.xlPadding height: 50 + color: Style.current.transparent + StatusBaseText { id: labelPath anchors.top: parent.top