Commit 1aa489a2 by G

image to be contained inside the container

parent f16f089e
......@@ -4,7 +4,7 @@ import { Image } from "react-native";
const BeasyLogoIcon = () => {
return (
<Box width={100} height={30}>
<Image source={require("../../assets/logo_beasy.png")} style={images.cover} />
<Image source={require("../../assets/logo_beasy.png")} style={images.contain} />
</Box>
);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment