fix: empty-state illustration is too large on Home #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug
On the Home empty state, the receipt illustration is rendered at its intrinsic size, which makes it dominate the lower half of the screen and pushes the "No expenses yet for this period" text far down.
Repro
Expected
The illustration should be sized to feel like an empty-state accent, not a hero image — roughly 96–120 dp on the longest side, with the text comfortably below it.
Notes
HomeScreen(andExpenseListScreenif it shares the component) for the size modifier.