Skip to content

Commit

Permalink
Refactor text styling in Settings screen
Browse files Browse the repository at this point in the history
  • Loading branch information
noriega2112 committed Aug 29, 2024
1 parent 4146161 commit 09a5bc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ type SectionChild = {
return (
<View className={sIdx !== 0 ? 'pt-10' : ''} key={sIdx}>
<View className="pb-2">
<Text className="text-grey-280 text-lg capitalize " variant="avenir-black">
<Text className="text-grey-280 text-lg capitalize" >
{s.name}
</Text>
</View>
Expand Down

0 comments on commit 09a5bc8

Please sign in to comment.