From 08384dc4ea049ff616ee70e506a9050232bab51c Mon Sep 17 00:00:00 2001 From: Francis Thibault Date: Tue, 7 May 2024 09:34:24 -0400 Subject: [PATCH] updated copy and title size --- apps/docs/components/title/title.css | 4 ++-- apps/docs/content/pages/getting-started.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/docs/components/title/title.css b/apps/docs/components/title/title.css index c28ec9f2e..9cfcfb935 100644 --- a/apps/docs/components/title/title.css +++ b/apps/docs/components/title/title.css @@ -22,12 +22,12 @@ } .hd-title--level4 { - font-size: 1em; + font-size: 1.125em; margin-block: 1.5rem 0.75rem; } .hd-title--level5 { - font-size: 0.825em; + font-size: 1rem; margin-block: 1rem 0.625rem; } diff --git a/apps/docs/content/pages/getting-started.mdx b/apps/docs/content/pages/getting-started.mdx index ab9916109..b50178e89 100644 --- a/apps/docs/content/pages/getting-started.mdx +++ b/apps/docs/content/pages/getting-started.mdx @@ -21,13 +21,13 @@ import { HopperProvider } from "@hopper-ui/components"; ``` -Hopper is compatible with React X and up. Not using React? You can still benefit from Hopper, read on to discover how. +Hopper is compatible with React 18. Not using React, or using an older version than 18? You can still benefit from Hopper, read on to discover how. ## Detailed Installation ### Components -Hopper Components are only compatible with React. If you are using another framework, you should refer to the [components tokens](/tokens/getting-started/introduction) directly when developping your own components. +Hopper Components are React Comtponents, uf you are using another framework, or React Native, you should use the [components tokens](/tokens/getting-started/introduction) directly when developping your own components. #### Installation