From d36569d258da51b08af28346ed57643888bf1118 Mon Sep 17 00:00:00 2001
From: Neil <55785687+carkom@users.noreply.github.com>
Date: Mon, 3 Jul 2023 16:23:19 +0100
Subject: [PATCH] cleared/uncleared background update (#1265)

Adding background update to cleared/uncleared boxes on accounts page.
This is needed due to Accounts page background change in previous PR
(#1122)
---
 packages/desktop-client/src/components/accounts/Account.js | 2 +-
 upcoming-release-notes/1265.md                             | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)
 create mode 100644 upcoming-release-notes/1265.md

diff --git a/packages/desktop-client/src/components/accounts/Account.js b/packages/desktop-client/src/components/accounts/Account.js
index 998825bf6..33ac8cc95 100644
--- a/packages/desktop-client/src/components/accounts/Account.js
+++ b/packages/desktop-client/src/components/accounts/Account.js
@@ -346,7 +346,7 @@ function DetailedBalance({ name, balance }) {
     <Text
       style={{
         marginLeft: 15,
-        backgroundColor: colors.n10,
+        backgroundColor: colors.n9,
         borderRadius: 4,
         padding: '4px 6px',
         color: colors.n5,
diff --git a/upcoming-release-notes/1265.md b/upcoming-release-notes/1265.md
new file mode 100644
index 000000000..c336d1eb7
--- /dev/null
+++ b/upcoming-release-notes/1265.md
@@ -0,0 +1,6 @@
+---
+category: Maintenance
+authors: [carkom]
+---
+
+Back change on cleared/uncleared boxes for accounts page.
\ No newline at end of file
-- 
GitLab