mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 12:43:09 -05:00
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:
@@ -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,
|
||||
|
||||
6
upcoming-release-notes/1265.md
Normal file
6
upcoming-release-notes/1265.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [carkom]
|
||||
---
|
||||
|
||||
Back change on cleared/uncleared boxes for accounts page.
|
||||
Reference in New Issue
Block a user