Make sure info icon is always well pressable

This commit is contained in:
Julia Friesel
2019-05-25 07:09:36 +02:00
parent cef2e850d7
commit c6fd5e6db2
2 changed files with 6 additions and 6 deletions
+2 -4
View File
@@ -457,9 +457,8 @@ export default StyleSheet.create({
},
infoButtonSymptomView: {
position: 'absolute',
paddingVertical: 10,
paddingHorizontal: 10,
right: -10
padding: 15,
right: 0
},
licensePage: {
paddingVertical: 20,
@@ -493,7 +492,6 @@ export const iconStyles = {
},
symptomInfo: {
color: secondaryColor,
marginHorizontal: 20,
fontSize: 25
},
menuIcon: {