From d11062c6f2c8e27ed4702450d1a3f0dc6aed6572 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Sat, 22 Jul 2023 13:29:03 +0300 Subject: [PATCH] Add size changes --- src/components/Logo/Logo.jsx | 2 +- src/components/ReactButton/ReactButton.jsx | 2 +- src/components/Titles/Titles.jsx | 1 + src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/Logo/Logo.jsx b/src/components/Logo/Logo.jsx index e2394fc5..faa53fb1 100644 --- a/src/components/Logo/Logo.jsx +++ b/src/components/Logo/Logo.jsx @@ -11,7 +11,7 @@ const Logo = () => { space={"$2"} > - + ); diff --git a/src/components/ReactButton/ReactButton.jsx b/src/components/ReactButton/ReactButton.jsx index 1b335eb7..2fad2799 100644 --- a/src/components/ReactButton/ReactButton.jsx +++ b/src/components/ReactButton/ReactButton.jsx @@ -1,7 +1,7 @@ import { Button } from "tamagui"; const ReactButton = ({ children, ...props }) => { - return ; + return ; }; export { ReactButton }; diff --git a/src/components/Titles/Titles.jsx b/src/components/Titles/Titles.jsx index 6a2863c6..69aa3471 100644 --- a/src/components/Titles/Titles.jsx +++ b/src/components/Titles/Titles.jsx @@ -17,6 +17,7 @@ const Titles = ({ title, subtitle }) => { size={"$3"} icon={"/icons/reveal.png"} text={"Advanced Settings"} + fontSize={"$5"} /> {subtitle} diff --git a/src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx b/src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx index e7d03dc6..fdd3cddf 100644 --- a/src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx +++ b/src/pages/DeviceHealthCheck/DeviceHealthCheck.jsx @@ -38,6 +38,7 @@ const DeviceHealthCheck = () => { color="#fff" backgroundColor="#2A4AF5" fontSize="$5" + size={"$3"} onClick={continueHandler} > Continue