Skip to content

Commit

Permalink
update vertical list fontsize
Browse files Browse the repository at this point in the history
  • Loading branch information
milad-alizadeh committed Dec 18, 2023
1 parent dfa76be commit efe6de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const ListItem = memo(function ListItem({
)}
<Text
testID={testIDTextMiddle}
body
body={!small}
weight="medium"
styleClassName={`flex-1 flex-wrap mr-auto
${small ? 'text-sm' : 'text-base'}
Expand Down

0 comments on commit efe6de5

Please sign in to comment.