Skip to content

Commit

Permalink
ContactDetails: Decrease font-size of name
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhamkmr04 committed Jan 24, 2024
1 parent 6b205cb commit 18a29a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/ContactDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export default class ContactDetails extends React.Component<
)}
<Text
style={{
fontSize: 44,
fontSize: 40,
fontWeight: 'bold',
marginBottom: 10,
color: 'white'
Expand Down

0 comments on commit 18a29a6

Please sign in to comment.