Browse Source

graphic fixes

feature/upgrade_sdk
Carmine De Rosa 5 years ago
parent
commit
fe3d3c6bb9
  1. 2
      vds-app/App/components/Button.js
  2. 3
      vds-app/App/screens/Info.js
  3. 2
      vds-app/app.json

2
vds-app/App/components/Button.js

@ -42,7 +42,7 @@ const styles = StyleSheet.create({
marginTop: 20,
justifyContent: "space-between",
overflow: "hidden",
borderRadius: 10
borderRadius: 20
},
buttonBg: {
flex: 1,

3
vds-app/App/screens/Info.js

@ -65,7 +65,7 @@ const styles = StyleSheet.create({
textSmall: {
lineHeight: 23,
marginTop: 15,
borderRadius: 10,
borderRadius: 20,
backgroundColor: colors.white_alpha,
borderWidth: 0,
borderColor: colors.white_alpha,
@ -196,6 +196,7 @@ class Info extends React.Component {
text={texts.source}
subtitle={texts.pdfLinkText}
isBig={false}
hasBg={true}
onPress={() => this.openURL(texts.pdfLink)}
/>
<Text></Text>

2
vds-app/app.json

@ -8,7 +8,7 @@
"ios",
"android"
],
"version": "2.1.3",
"version": "3.1.1",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {

Loading…
Cancel
Save