gcx/frontend/mobile/lib/app/theme
hailin 87d54be200 fix: Remove infinite minimumSize from ElevatedButton/OutlinedButton theme
The theme set minimumSize: Size(double.infinity, 52) which creates
an internal ConstrainedBox(w=Infinity) inside every button. This
crashes when any button is placed in unbounded width context (Row).
Changed to Size(0, 52) — GenexButton's LayoutBuilder handles width.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 07:15:20 -08:00
..
app_colors.dart feat: Complete all 4 frontend UI prototypes covering guides 00-04 2026-02-11 01:16:44 -08:00
app_spacing.dart feat: Complete all 4 frontend UI prototypes covering guides 00-04 2026-02-11 01:16:44 -08:00
app_theme.dart fix: Remove infinite minimumSize from ElevatedButton/OutlinedButton theme 2026-02-11 07:15:20 -08:00
app_typography.dart feat: Complete all 4 frontend UI prototypes covering guides 00-04 2026-02-11 01:16:44 -08:00