fix monthly spending number colouring (#6756)
* fix monthly spending summary colouring * note * Update VRT screenshots Auto-generated by VRT workflow PR: #6756 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 102 KiB After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 103 KiB |
|
Before Width: | Height: | Size: 104 KiB After Width: | Height: | Size: 104 KiB |
@@ -143,8 +143,8 @@ export function SpendingCard({
|
||||
difference === 0 || difference == null
|
||||
? theme.reportsNumberNeutral
|
||||
: difference > 0
|
||||
? theme.reportsNumberPositive
|
||||
: theme.reportsNumberNegative,
|
||||
? theme.reportsNumberNegative
|
||||
: theme.reportsNumberPositive,
|
||||
}}
|
||||
>
|
||||
<PrivacyFilter activationFilters={[!isCardHovered]}>
|
||||
|
||||
6
upcoming-release-notes/6756.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfixes
|
||||
authors: [matt-fidd]
|
||||
---
|
||||
|
||||
Fix monthly spending number colouring
|
||||