Skip to content

Commit

Permalink
update size of no items text in add to channel dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
Salief authored and Salief committed Jun 2, 2024
1 parent b8ba66a commit da1bcc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/components/client/ChannelCard2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export function ChannelCard2({
/>
) : (
<Flex className="bg-[#E9E9E9] justify-center items-center aspect-square w-16">
<Typography className="text-secondary-foreground">
<Typography className="text-secondary-foreground text-sm md:text-base">
No items
</Typography>
</Flex>
Expand Down

0 comments on commit da1bcc4

Please sign in to comment.