We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 |
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
4d7d1aa
bbohlender
No branches or pull requests
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 | >
The text was updated successfully, but these errors were encountered: