We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2727130 commit f90d900Copy full SHA for f90d900
2 files changed
βapp/layout.tsxβ
@@ -29,7 +29,7 @@ export default async function RootLayout({ children }: PropsWithChildren) {
29
return (
30
<html
31
lang="en"
32
- className={cn(`${GeistSans.variable} ${GeistMono.variable}`, 'scroll-smooth')}
+ className={cn(`${GeistSans.className} ${GeistMono.className}`, 'scroll-smooth')}
33
suppressHydrationWarning // @see https://ui.shadcn.com/docs/dark-mode/next
34
>
35
<meta charSet="utf-8" />
βtailwind.config.tsβ
@@ -11,10 +11,6 @@ module.exports = {
11
},
12
13
extend: {
14
- fontFamily: {
15
- sans: ['var(--font-geist-sans)'],
16
- mono: ['var(--font-geist-mono)'],
17
- },
18
colors: {
19
border: 'hsl(var(--border))',
20
input: 'hsl(var(--input))',
0 commit comments