From 034d3e14f2b253ec0bd693fc0421651a8ace6a2a Mon Sep 17 00:00:00 2001 From: afrin-k <89728611+afrin-k@users.noreply.github.com> Date: Mon, 3 Jun 2024 17:51:53 +0530 Subject: [PATCH] updated globals.css to resolve issue with border-border, bg-background, text-foreground, etc --- app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/globals.css b/app/globals.css index 63296f1d..b7a60507 100644 --- a/app/globals.css +++ b/app/globals.css @@ -66,7 +66,7 @@ } } -@layer base { +@layer components { * { @apply border-border !scroll-smooth; }