style: logo smaller size

This commit is contained in:
Yordan Simeonov
2025-10-29 17:18:11 +11:00
parent e7c26a15b1
commit 04a44bad7b

View File

@@ -49,8 +49,8 @@ const styles = StyleSheet.create({
elevation: 5, elevation: 5,
}, },
logo: { logo: {
width: 150, width: 100,
height: 125, height: 100,
resizeMode: "contain", resizeMode: "contain",
marginLeft: 10, marginLeft: 10,
}, },