Skip to content

Commit

Permalink
Change badge size from 'xs' to 'sm' in CategoryHeader and FeedLink co…
Browse files Browse the repository at this point in the history
…mponents for improved visibility
  • Loading branch information
angristan committed Jan 5, 2025
1 parent ef96713 commit 32fe23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Pages/Reader/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export function CategoryHeader({
</ActionIcon>
) : (
<Badge
size="xs"
size="sm"
variant="default"
className={classes.mainLinkBadge}
>
Expand Down Expand Up @@ -781,7 +781,7 @@ const FeedLink = function FeedLink({
</ActionIcon>
) : (
<Badge
size="xs"
size="sm"
variant="default"
className={classes.mainLinkBadge}
>
Expand Down

0 comments on commit 32fe23c

Please sign in to comment.