We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99dbb3 commit c465178Copy full SHA for c465178
src/gists/screens/gistComments.screen.js
@@ -42,7 +42,7 @@ const UserProfile = styled.View`
42
`;
43
44
const DetailsContainer = styled.View`
45
- padding: 2%;
+ padding-left: 2%;
46
47
48
const Username = styled.Text`
src/routes.js
@@ -16,7 +16,7 @@ const styles = StyleSheet.create({
16
backgroundColor: '#33B5E5',
17
},
18
labelStyle: {
19
- fontSize: 15,
+ fontSize: 16,
20
fontWeight: 'bold',
21
color: '#fff',
22
0 commit comments