Skip to content

Commit c465178

Browse files
committed
changed styles
1 parent c99dbb3 commit c465178

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/gists/screens/gistComments.screen.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const UserProfile = styled.View`
4242
`;
4343

4444
const DetailsContainer = styled.View`
45-
padding: 2%;
45+
padding-left: 2%;
4646
`;
4747

4848
const Username = styled.Text`

src/routes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const styles = StyleSheet.create({
1616
backgroundColor: '#33B5E5',
1717
},
1818
labelStyle: {
19-
fontSize: 15,
19+
fontSize: 16,
2020
fontWeight: 'bold',
2121
color: '#fff',
2222
},

0 commit comments

Comments
 (0)