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)
This commit is contained in:
Neil
2023-07-03 16:23:19 +01:00
committed by GitHub
parent 70f00b6bb4
commit d36569d258
2 changed files with 7 additions and 1 deletions

View File

@@ -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,

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [carkom]
---
Back change on cleared/uncleared boxes for accounts page.