Skip to content

Added radiobutton component and fixed some props bugs #51

Added radiobutton component and fixed some props bugs

Added radiobutton component and fixed some props bugs #51

Triggered via push November 13, 2023 17:17
Status Failure
Total duration 45s
Artifacts

test.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
test: src/components/Svg/Svg.tsx#L1
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'ThemeColors'.
test: src/components/Svg/Svg.tsx#L1
Type '"#000000"' is not assignable to type '"black" | "gray" | "white" | "light" | "shadowLight" | "strokeGray" | "darkGray" | "primaryDefault" | "primaryHovered" | "blueGray" | "blueGrayLight" | "textGray" | "neutralLight" | undefined'.
test: src/components/Text/index.tsx#L1
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'ThemeColors'.
test
Process completed with exit code 2.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/