Skip to content

Commit

Permalink
feat: logo for dark mode (#1232)
Browse files Browse the repository at this point in the history
* feat: logo for dark mode

* chore: fix background color in dev
  • Loading branch information
hyoban authored Jan 5, 2024
1 parent 6ffa3bc commit ef55e21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions public/assets/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/[locale]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default async function RootLayout({
<ColorSchemeInjector />
<ColorSchemeScript />
</head>
<body>
<body className="bg-white">
<NextIntlClientProvider messages={messages}>
<MantineProvider
theme={mantineTheme}
Expand Down

0 comments on commit ef55e21

Please sign in to comment.