Skip to content

Commit

Permalink
fixed icon spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleaupton committed Jun 10, 2024
1 parent 80924b0 commit 07fb112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WorkExperience.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function WorkExperience({
{/* Company location + date range */}
<View style={({ gap: 6, flexDirection: 'row' })}>
<Location height={12} width={12} />
<Text style={({ ...styles.title3, marginRight: 4 })}>{location}</Text>
<Text style={({ ...styles.title3, marginRight: 3 })}>{location}</Text>
<Calander height={12} width={12} />
<Text style={({ ...styles.title3 })}>{date}</Text>
</View>
Expand Down

0 comments on commit 07fb112

Please sign in to comment.