Skip to content

refactor(preset): update button recipe to use outlined over outline #243

refactor(preset): update button recipe to use outlined over outline

refactor(preset): update button recipe to use outlined over outline #243

Triggered via pull request July 8, 2024 17:53
Status Failure
Total duration 53s
Artifacts

linting.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
TS valid: packages/react/src/components/Button.tsx#L29
Type '"text" | "filled" | "outline" | undefined' is not assignable to type 'ConditionalValue<"text" | "filled" | "outlined"> | undefined'.
TS valid: packages/react/src/components/NavMenuTrigger.tsx#L76
Type '"text" | "filled" | "outline" | undefined' is not assignable to type 'ConditionalValue<"text" | "filled" | "outlined"> | undefined'.
TS valid
Process completed with exit code 2.