Skip to content

Commit 202beeb

Browse files
committed
fix(insights): use sm button size for show all coming soon button
1 parent 6d6a06f commit 202beeb

File tree

1 file changed

+1
-1
lines changed
  • apps/insights/src/components/PriceFeeds

1 file changed

+1
-1
lines changed

apps/insights/src/components/PriceFeeds/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ const FeaturedFeeds = ({
163163
toolbarAlwaysOnTop
164164
toolbar={
165165
<DrawerTrigger>
166-
<Button size="xs" variant="outline">
166+
<Button size="sm" variant="outline">
167167
Show all
168168
</Button>
169169
<Drawer

0 commit comments

Comments
 (0)