refactor: update UI components to use consistent popup and text colors

This commit is contained in:
Anish Sarkar 2026-05-13 16:46:35 +05:30
parent 481bb406b6
commit 6aa4dcef60
31 changed files with 50 additions and 108 deletions

View file

@ -137,7 +137,7 @@ export default function RootLayout({
<WebSiteJsonLd />
<SoftwareApplicationJsonLd />
</head>
<body className={cn(roboto.className, "bg-white dark:bg-black antialiased h-full w-full ")}>
<body className={cn(roboto.className, "bg-main-panel antialiased h-full w-full ")}>
<PostHogProvider>
<LocaleProvider>
<I18nProvider>