Add size changes

This commit is contained in:
RadoslavDimchev 2023-07-22 13:29:03 +03:00
parent eb684a1645
commit d11062c6f2
4 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@ const Logo = () => {
space={"$2"} space={"$2"}
> >
<Icon source={"/icons/marks.png"} width={45} height={50} /> <Icon source={"/icons/marks.png"} width={45} height={50} />
<Icon source={"/icons/nimbus.png"} width={80} height={17} /> <Icon source={"/icons/nimbus.png"} width={80} height={16} />
<Tag bc="#2A4AF5" text="BETA" /> <Tag bc="#2A4AF5" text="BETA" />
</XStack> </XStack>
); );

View File

@ -1,7 +1,7 @@
import { Button } from "tamagui"; import { Button } from "tamagui";
const ReactButton = ({ children, ...props }) => { const ReactButton = ({ children, ...props }) => {
return <Button {...props}>{children}</Button>; return <Button {...props} >{children}</Button>;
}; };
export { ReactButton }; export { ReactButton };

View File

@ -17,6 +17,7 @@ const Titles = ({ title, subtitle }) => {
size={"$3"} size={"$3"}
icon={"/icons/reveal.png"} icon={"/icons/reveal.png"}
text={"Advanced Settings"} text={"Advanced Settings"}
fontSize={"$5"}
/> />
</XStack> </XStack>
<SubTitle color={"#09101C"}>{subtitle}</SubTitle> <SubTitle color={"#09101C"}>{subtitle}</SubTitle>

View File

@ -38,6 +38,7 @@ const DeviceHealthCheck = () => {
color="#fff" color="#fff"
backgroundColor="#2A4AF5" backgroundColor="#2A4AF5"
fontSize="$5" fontSize="$5"
size={"$3"}
onClick={continueHandler} onClick={continueHandler}
> >
Continue Continue