diff --git a/packages/desktop-client/src/components/accounts/Account.js b/packages/desktop-client/src/components/accounts/Account.js index 998825bf6a2c5677ea1ee59f9788b4b18a2f4ecd..33ac8cc9560677280ee47b8206bc3dc1722be3b7 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 0000000000000000000000000000000000000000..c336d1eb7a164d8584e06fd3fff0e354787b3099 --- /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