Skip to content

Commit

Permalink
fix: Add theme classname back
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfp13 committed May 15, 2024
1 parent e71da3d commit e08dfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default async function RootLayout({
* Later when overriding fonts we should use the font variable in CSS files
* https://nextjs.org/docs/app/api-reference/components/font#css-variables
*/}
<body className={DefaultFont.className}>
<body className={`theme ${DefaultFont.className}`}>
FS Next Update page using Inter font.
<UIProvider>
<>
Expand Down

0 comments on commit e08dfcd

Please sign in to comment.