You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Card/theme consistency across the app (follow-up to the Markets-page bug fixes):
- Button min-width: reset MUI's default 64px floor on MuiButton (minWidth:'unset') so
buttons size to content; restore a scoped floor on ListButtonsColumn for row actions.
- Page container: parameterize ContentContainer with optional containerProps and drop the
bespoke MarketContainer fork, so Markets uses the shared container (gains the standard
40px top gap; the top panel keeps marketContainerProps for stat/table alignment).
- Card surface: new MuiPaper variant="card" (surface-elevated + 10px radius +
figSurfaceShadow('shadow-stroke-1')) as one source of truth; ListWrapper adopts it, and
the bespoke Paper cards across reserve-overview / staking / sGho / stkGho / migration /
connect-wallet empty-states migrate to it.
- Markets Core assets card: drop the header pt override (matches the dashboard cards).
- Migration: strip the inner list surface on mobile to match desktop (no card-in-card).
- dev/components: show the new Paper "card" variant alongside the others.
0 commit comments