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, },