Add size changes
This commit is contained in:
parent
eb684a1645
commit
d11062c6f2
|
@ -11,7 +11,7 @@ const Logo = () => {
|
|||
space={"$2"}
|
||||
>
|
||||
<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" />
|
||||
</XStack>
|
||||
);
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import { Button } from "tamagui";
|
||||
|
||||
const ReactButton = ({ children, ...props }) => {
|
||||
return <Button {...props}>{children}</Button>;
|
||||
return <Button {...props} >{children}</Button>;
|
||||
};
|
||||
|
||||
export { ReactButton };
|
||||
|
|
|
@ -17,6 +17,7 @@ const Titles = ({ title, subtitle }) => {
|
|||
size={"$3"}
|
||||
icon={"/icons/reveal.png"}
|
||||
text={"Advanced Settings"}
|
||||
fontSize={"$5"}
|
||||
/>
|
||||
</XStack>
|
||||
<SubTitle color={"#09101C"}>{subtitle}</SubTitle>
|
||||
|
|
|
@ -38,6 +38,7 @@ const DeviceHealthCheck = () => {
|
|||
color="#fff"
|
||||
backgroundColor="#2A4AF5"
|
||||
fontSize="$5"
|
||||
size={"$3"}
|
||||
onClick={continueHandler}
|
||||
>
|
||||
Continue
|
||||
|
|
Loading…
Reference in New Issue