|
|
@ -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> |
|
|
|