Fix FoodElementText Height

pull/23/head
Louison PARANT 1 year ago
parent 8fdddda189
commit 57c6c66b24

@ -37,11 +37,12 @@ export default function FoodElementText(props : any) {
alignItems: 'flex-start',
justifyContent: 'center',
marginRight: "3%",
marginBottom: "2%",
width: "100%"
},
container: {
width: "100%",
height: 50,
//height: 50,
borderRadius: 5,
borderWidth: 2,
borderColor: props.secondaryColour ? props.secondaryColour : colors.foodElementBorder,

Loading…
Cancel
Save