You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on the code review in PR #7 (comment), consider using a more specific type for color values in pages/_app.tsx. The colors array currently accepts any string. Suggest defining a union type or a custom type to ensure valid color values (hex, rgb, hsl, etc.).
The text was updated successfully, but these errors were encountered:
Based on the code review in PR #7 (comment), consider using a more specific type for color values in
pages/_app.tsx
. Thecolors
array currently accepts any string. Suggest defining a union type or a custom type to ensure valid color values (hex, rgb, hsl, etc.).The text was updated successfully, but these errors were encountered: