Changeset d7deae5 for src/app/layout.tsx


Ignore:
Timestamp:
02/13/26 19:35:05 (7 months ago)
Author:
Stefan-Saveski <stefansaveski19@…>
Branches:
master
Children:
4fe4582
Parents:
ba52069
Message:

Make light default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/app/layout.tsx

    rba52069 rd7deae5  
    2929    <html lang="en" suppressHydrationWarning>
    3030      <body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
    31         <ThemeProvider attribute="class" defaultTheme="system" enableSystem>
     31        <ThemeProvider attribute="class" defaultTheme="light" enableSystem>
    3232          <I18nextProvider i18n={i18n}>
    3333            <div className="fixed top-4 right-4 z-50">
Note: See TracChangeset for help on using the changeset viewer.