Openstatus www.openstatus.dev

feat: add dark theme support changelog (#488)

* feat: add dark theme support changelog

* chore: update default theme

* fix: wording

authored by

Maximilian Kaske and committed by
GitHub
d17683d0 c95d4750

+13 -1
apps/web/public/assets/changelog/dark-theme-support.png

This is a binary file and will not be displayed.

+1 -1
apps/web/src/app/layout.tsx
··· 41 41 return ( 42 42 <html lang="en"> 43 43 <body className={`${inter.className} ${calSans.variable}`}> 44 - <ThemeProvider attribute="class" defaultTheme="system" enableSystem> 44 + <ThemeProvider attribute="class" defaultTheme="light" enableSystem> 45 45 <Background>{children}</Background> 46 46 <Toaster /> 47 47 <TailwindIndicator />
+12
apps/web/src/content/changelog/dark-theme-support.mdx
··· 1 + --- 2 + title: Dark mode support 3 + description: Choose your favorite theme. Dark or light. 4 + image: /assets/changelog/dark-theme-support.png 5 + publishedAt: 2023-11-27 6 + --- 7 + 8 + You can now use dark mode on the website, after a long awaited pull request 9 + [#73](https://github.com/openstatusHQ/openstatus/pull/73) has been merged. 10 + 11 + The **default** theme will still be **light** mode. You can change the theme in 12 + the footer of the website.