From 3bdd925a01a7e020789dda1ef08c19c2b2b5a1a3 Mon Sep 17 00:00:00 2001 From: Bryant Kelley Date: Mon, 4 Aug 2025 09:57:29 -0700 Subject: [PATCH] Remove custom theme required for old override --- src/app/globals.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index f8c99c5..9ef44fb 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -1,8 +1,6 @@ @import "tailwindcss"; @import "tw-animate-css"; -/* @custom-variant dark (&:where(.dark, .dark *)); */ - @theme inline { --color-background: var(--background); --color-foreground: var(--foreground);