Browse Source

Fixing sub-titles width in Abbout screen

master
GabrielTrettel 3 years ago
parent
commit
9a15c76aaa
  1. 1
      src/app/screens/Abbout.js

1
src/app/screens/Abbout.js

@ -119,6 +119,7 @@ const styles = StyleSheet.create({
fontSize: dimensions.text.default,
},
titleBackground: {
width: "100%",
backgroundColor: colors.secondary,
marginBottom: dimensions.spacing.minimal_padding,
},

Loading…
Cancel
Save