Skip to content

Commit

Permalink
fix(insights): use sm button size for show all coming soon button
Browse files Browse the repository at this point in the history
  • Loading branch information
cprussin committed Feb 27, 2025
1 parent 6d6a06f commit 202beeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/insights/src/components/PriceFeeds/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ const FeaturedFeeds = ({
toolbarAlwaysOnTop
toolbar={
<DrawerTrigger>
<Button size="xs" variant="outline">
<Button size="sm" variant="outline">
Show all
</Button>
<Drawer
Expand Down

0 comments on commit 202beeb

Please sign in to comment.