mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 17:48:17 -05:00
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:
committed by
GitHub
parent
3091320719
commit
4888d3faed
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
@@ -283,9 +283,9 @@ export function TransactionListItem({
|
||||
<View style={{ justifyContent: 'center', alignItems: 'flex-end' }}>
|
||||
<Text
|
||||
style={{
|
||||
...textStyle,
|
||||
...styles.tnum,
|
||||
...makeAmountFullStyle(amount),
|
||||
...textStyle,
|
||||
}}
|
||||
>
|
||||
{integerToCurrency(amount)}
|
||||
|
||||
6
upcoming-release-notes/6792.md
Normal file
6
upcoming-release-notes/6792.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfixes
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Mobile: fix schedule amount color
|
||||
Reference in New Issue
Block a user