Themes almost work (with a few bugs); New system themes; Cleaned up c… #51
Annotations
10 errors
|
test
Property 'backgroundColor' does not exist on type 'CSSProperties'.
|
|
test
Type '{ children: any; asChild?: boolean; form?: string; formAction?: string; formEncType?: string; formMethod?: string; formNoValidate?: boolean; formTarget?: string; name?: string; type?: "button" | "submit" | "reset"; ... 266 more ...; style: { ...; }; }' is not assignable to type 'IntrinsicAttributes & ButtonProps & RefAttributes<HTMLButtonElement>'.
|
|
test
Property 'size' does not exist on type 'ButtonProps'.
|
|
test
Property 'variant' does not exist on type 'ButtonProps'.
|
|
test
Property 'color' does not exist on type 'CSSProperties'.
|
|
test
Property 'backgroundColor' does not exist on type 'CSSProperties'.
|
|
test
Type '{ children: any; variant: "default" | "secondary" | "destructive" | "outline"; className: string; style: { backgroundColor: any; color: any; borderColor: string; }; }' is not assignable to type 'IntrinsicAttributes & BadgeProps'.
|
|
test
Property 'className' does not exist on type 'BadgeProps'.
|
|
test
Property 'children' does not exist on type 'BadgeProps'.
|
|
test
Cannot find name 'Omit'.
|