Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixing and matching kits complains about color settings #27

Closed
patrickkeenan opened this issue Mar 23, 2024 · 1 comment
Closed

Mixing and matching kits complains about color settings #27

patrickkeenan opened this issue Mar 23, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@patrickkeenan
Copy link

I had to manually add these colors in, it would be good to validate on install that the colors exist in theme.

./app/components/tooltip.tsx:75:95
Type error: Property 'popoverForeground' does not exist on type '{ foreground: Color; background: Color; card: Color; cardForeground: Color; accent: Color; accentForeground: Color; popover: Color; }'.

73 | {...props}
74 | >

75 |
| ^
76 | {children}
77 |
78 |

@bbohlender
Copy link
Contributor

I guess the solution is to install components from kits into different folders (I think we talked bout that). Will implement in the next version.

@bbohlender bbohlender self-assigned this Apr 17, 2024
@bbohlender bbohlender added the enhancement New feature or request label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants