Skip to content

Commit

Permalink
fix: match launch market button to updated search filter size (#1199)
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-onthelawn authored and rosepuppy committed Oct 24, 2024
1 parent e6b8258 commit f3d967b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/MarketFilter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const MarketFilter = ({
const launchMarketButton = uiRefresh ? (
<Button
onClick={() => navigate(`${AppRoute.Markets}/${MarketsRoute.New}`)}
size={ButtonSize.XSmall}
size={ButtonSize.Small}
shape={ButtonShape.Pill}
action={ButtonAction.Primary}
>
Expand Down

0 comments on commit f3d967b

Please sign in to comment.