Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
fix: set correct font weight to list items
Browse files Browse the repository at this point in the history
  • Loading branch information
pfferrari committed Apr 17, 2024
1 parent 672f5cd commit a5bdc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/ListItemPriceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const ListItemPriceList = withSkeletonTemplate<Props>(
}}
>
<div>
<Text weight='bold'>{resource.name}</Text>
<Text weight='semibold'>{resource.name}</Text>
</div>
<Icon name='caretRight' />
</ListItem>
Expand Down

0 comments on commit a5bdc67

Please sign in to comment.