Skip to content

Commit f43ef90

Browse files
committed
UI improvement
1 parent 58b39d9 commit f43ef90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/(tabs)/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,9 @@ export default function Home() {
133133
autoPlay
134134
ref={animation}
135135
source={require('../../assets/animations/recipe.json')}
136-
style={{ width: 400, height: 400 }}
136+
style={{ width: 300, height: 300 }}
137137
/>
138-
<Text className="text-center text-2xl font-semibold text-white">
138+
<Text className="text-center text-xl text-white">
139139
Let's start with your ingredients for the best recipe!
140140
</Text>
141141
</View>

0 commit comments

Comments
 (0)