From fe3d3c6bb9d26cfe50c48b376589fe0787c93d04 Mon Sep 17 00:00:00 2001 From: Carmine De Rosa Date: Sat, 22 Feb 2020 17:57:11 +0100 Subject: [PATCH] graphic fixes --- vds-app/App/components/Button.js | 2 +- vds-app/App/screens/Info.js | 3 ++- vds-app/app.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/vds-app/App/components/Button.js b/vds-app/App/components/Button.js index f8bed21..7a41ba2 100644 --- a/vds-app/App/components/Button.js +++ b/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, diff --git a/vds-app/App/screens/Info.js b/vds-app/App/screens/Info.js index 5f8b9c8..9e9fa29 100644 --- a/vds-app/App/screens/Info.js +++ b/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)} /> diff --git a/vds-app/app.json b/vds-app/app.json index cffff2a..d1b5ceb 100644 --- a/vds-app/app.json +++ b/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": {