We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b39d9 commit f43ef90Copy full SHA for f43ef90
app/(tabs)/index.tsx
@@ -133,9 +133,9 @@ export default function Home() {
133
autoPlay
134
ref={animation}
135
source={require('../../assets/animations/recipe.json')}
136
- style={{ width: 400, height: 400 }}
+ style={{ width: 300, height: 300 }}
137
/>
138
- <Text className="text-center text-2xl font-semibold text-white">
+ <Text className="text-center text-xl text-white">
139
Let's start with your ingredients for the best recipe!
140
</Text>
141
</View>
0 commit comments