mobile-app
mobile-app copied to clipboard
[UI] Fix button text overflow in project cards
Describe the bug The "View" button text in project cards overflows and touches the borders, breaking visual consistency.
To Reproduce Steps to reproduce the behavior:
- Go to Explore -> Featured Circuits
- Observe button text
Expected behavior
A button which is not touching the borders, and is of perfect size as per the Material3.
Screenshots
Before:
After:
Device Information [optional]:
- OS: Windows 11
Additional context
Original button functionality (onPressed, state management, theming) remains unchanged – this is purely a visual refinement of the existing component.
Are you working on this issue? (Yes/No)
Yes