File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ import { StaticImport } from 'next/dist/shared/lib/get-img-props'
12import { type VariantProps } from 'class-variance-authority'
23import { icons } from 'lucide-react'
34
@@ -39,11 +40,19 @@ type NextErrorProps = {
3940 reset : ( ) => void
4041}
4142
43+ interface IllustrationImageProps extends OptClassName {
44+ src : StaticImport
45+ width ?: number
46+ height ?: number
47+ alt ?: string
48+ }
49+
4250interface LinkProps
4351 extends React . AnchorHTMLAttributes < HTMLAnchorElement > ,
4452 VariantProps < typeof linkVariants > {
4553 iconName ?: keyof typeof icons
4654 iconFillColor ?: iconColorProps [ 'color' ]
55+ iconColor ?: `#${string } `
4756}
4857
4958interface AnimationBacklightProps
@@ -55,7 +64,3 @@ interface OptReactCompProps<T>
5564 OptChildren ,
5665 OptAsChild ,
5766 OptProps < T > { }
58-
59- interface IllustrationProps extends AnimationBacklightProps {
60- children : React . ReactNode
61- }
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ const DefaultLayout = ({ children }: Children) => (
1919 < RumAnalytics />
2020 < body
2121 className = { cn (
22- 'flex min-h-screen items-center justify-center bg-background bg- gradient-to-b from-gray-950 from-50 % via-gray-800 to-sky-500 font-sans antialiased' ,
22+ ' flex min-h-screen items-center justify-center bg-gradient-to-b from-gray-900 from-40 % via-gray-600 via-70% to-sky-300 font-sans antialiased' ,
2323 fontSans . variable
2424 ) }
2525 >
You can’t perform that action at this time.
0 commit comments