File tree Expand file tree Collapse file tree 5 files changed +3065
-3816
lines changed Expand file tree Collapse file tree 5 files changed +3065
-3816
lines changed Original file line number Diff line number Diff line change 1313 --accent : var (--accent-purple );
1414 --foreground : var (--gray-12 );
1515 --cursor-checkbox : pointer;
16+ --default-font-family : var (--font-rubik ) !important ;
1617 ::selection {
1718 background-color : var (--accent-a7 );
1819 }
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ export const metadata: Metadata = {
3030
3131export default function RootLayout ( { children} : { children : React . ReactNode } ) {
3232 return (
33- < html lang = "en" >
34- < body className = { ` ${ rubik . variable } ` } >
33+ < html lang = "en" suppressHydrationWarning >
34+ < body className = { rubik . variable } suppressHydrationWarning >
3535 < ThemeProvider
3636 attribute = "class"
3737 defaultTheme = "system"
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ const nextConfig = {
5050 cacheHandler : require . resolve (
5151 'next/dist/server/lib/incremental-cache/file-system-cache.js'
5252 ) ,
53+ sassOptions : {
54+ silenceDeprecations : [ 'legacy-js-api' ] ,
55+ } ,
5356} ;
5457
5558module . exports = withSentryConfig ( nextConfig , {
Original file line number Diff line number Diff line change 4545 "@popperjs/core" : " ^2.11.8" ,
4646 "@prettier/plugin-xml" : " ^3.3.1" ,
4747 "@radix-ui/colors" : " ^3.0.0" ,
48- "@radix-ui/react-collapsible" : " ^1.0.3" ,
49- "@radix-ui/react-dropdown-menu" : " ^2.0.6" ,
50- "@radix-ui/react-icons" : " ^1.3.0" ,
51- "@radix-ui/react-tabs" : " ^1.0.4" ,
52- "@radix-ui/react-toolbar" : " ^1.0.4" ,
53- "@radix-ui/themes" : " ^2.0.3" ,
48+ "@radix-ui/react-collapsible" : " ^1.1.1" ,
49+ "@radix-ui/react-dropdown-menu" : " ^2.1.2" ,
50+ "@radix-ui/react-icons" : " ^1.3.2" ,
51+ "@radix-ui/react-tabs" : " ^1.1.1" ,
52+ "@radix-ui/react-toolbar" : " ^1.1.0" ,
53+ "@radix-ui/themes" : " ^3.1.3" ,
54+ "@radix-ui/react-tooltip" : " ^1.1.4" ,
5455 "@sentry-internal/global-search" : " ^1.1.0" ,
5556 "@sentry/nextjs" : " 8.36.0" ,
5657 "@types/mdx" : " ^2.0.9" ,
You can’t perform that action at this time.
0 commit comments