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