Add size changes
This commit is contained in:
parent
eb684a1645
commit
d11062c6f2
|
@ -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>
|
||||||
);
|
);
|
||||||
|
|
|
@ -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 };
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue