From 04a44bad7b6216cd535d5519a5fccd24e432b381 Mon Sep 17 00:00:00 2001 From: Yordan Simeonov <118773725+Cron1cle@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:18:11 +1100 Subject: [PATCH] style: logo smaller size --- components/ui/StackHeader.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/ui/StackHeader.tsx b/components/ui/StackHeader.tsx index 224db45..0d5b995 100644 --- a/components/ui/StackHeader.tsx +++ b/components/ui/StackHeader.tsx @@ -49,8 +49,8 @@ const styles = StyleSheet.create({ elevation: 5, }, logo: { - width: 150, - height: 125, + width: 100, + height: 100, resizeMode: "contain", marginLeft: 10, },