Skip to content

Themes almost work (with a few bugs); New system themes; Cleaned up c… #51

Themes almost work (with a few bugs); New system themes; Cleaned up c…

Themes almost work (with a few bugs); New system themes; Cleaned up c… #51

Triggered via push May 19, 2025 18:21
Status Failure
Total duration 1m 15s
Artifacts

test.yaml

on: push
Fit to window
Zoom out
Zoom in

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'.