From 9f89fff57c85486036a24fd17f0880454ccdca67 Mon Sep 17 00:00:00 2001 From: Abhinav Mahajan <113239388+abhinav-m22@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:25:07 +0530 Subject: [PATCH] Resolved the Tailwind CSS conflicts (#5814) * Resolved the CSS conflict * Resolved the CSS conflicts in other files --- src/components/Layout/HomeContent.js | 8 ++++---- src/components/Layout/SidebarNav/SidebarNav.tsx | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/Layout/HomeContent.js b/src/components/Layout/HomeContent.js index 0a6380ac..a5a15ea5 100644 --- a/src/components/Layout/HomeContent.js +++ b/src/components/Layout/HomeContent.js @@ -124,7 +124,7 @@ export function HomeContent() {

@@ -284,7 +284,7 @@ export function HomeContent() {
-
+

Stay true to the web

@@ -412,7 +412,7 @@ export function HomeContent() {
-
+
Upgrade when the future is ready
@@ -528,7 +528,7 @@ function CTA({children, icon, href}) { + className="focus:outline-none focus-visible:outline focus-visible:outline-link focus:outline-offset-2 focus-visible:dark:focus:outline-link-dark group cursor-pointer w-auto justify-center inline-flex font-bold items-center mt-10 outline-none hover:bg-gray-40/5 active:bg-gray-40/10 hover:dark:bg-gray-60/5 active:dark:bg-gray-60/10 leading-tight hover:bg-opacity-80 text-lg py-2.5 rounded-full px-4 sm:px-6 ease-in-out shadow-secondary-button-stroke dark:shadow-secondary-button-stroke-dark text-primary dark:text-primary-dark"> {icon === 'native' && (