Skip to content

Commit 9fd49ac

Browse files
committed
Ref default style location
1 parent bf789d7 commit 9fd49ac

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/app/layout.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ export default function RootLayout({
1919
return (
2020
<html lang="en" suppressHydrationWarning>
2121
<body
22-
className={cn(
23-
"min-h-screen bg-background font-sans antialiased",
24-
fontSans.variable,
25-
fontMono.variable
26-
)}
22+
className={cn("min-h-screen", fontSans.variable, fontMono.variable)}
2723
>
2824
<ThemeProvider
2925
attribute="class"

src/styles/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@
6363
@apply border-border;
6464
}
6565
body {
66-
@apply bg-background text-foreground;
66+
@apply font-sans antialiased bg-background text-foreground;
6767
}
6868
}

0 commit comments

Comments
 (0)