Fix schedule transaction amount color on mobile (#6792)

* Fix schedule transaction amount color on mobile

Change schedule amount color from pageText to pageTextSubdued to match the label color, consistent with desktop version.

Fixes #6781

* Enhance Budget Analysis report UI and functionality

- Improve chart colors to align with Cash Flow report style
- Streamline report view by removing legend items
- Introduce a quick select option for 1 month in the header
- Implement dynamic interval switching based on date range

This update aims to provide a more cohesive and user-friendly experience in the Budget Analysis report.

* Update snapshot images for account page tests and fix color styling in transaction and schedule list items

- Updated snapshot images for account page tests to reflect recent UI changes.
- Adjusted color styling for transaction amounts to ensure consistency with the overall theme.
- Changed schedule amount color back to match the primary text color for better visibility.
This commit is contained in:
Matiss Janis Aboltins
2026-01-28 10:10:44 +01:00
committed by GitHub
parent 3091320719
commit 4888d3faed
5 changed files with 7 additions and 1 deletions

View File

@@ -283,9 +283,9 @@ export function TransactionListItem({
<View style={{ justifyContent: 'center', alignItems: 'flex-end' }}>
<Text
style={{
...textStyle,
...styles.tnum,
...makeAmountFullStyle(amount),
...textStyle,
}}
>
{integerToCurrency(amount)}

View File

@@ -0,0 +1,6 @@
---
category: Bugfixes
authors: [MatissJanis]
---
Mobile: fix schedule amount color