albingroen / react-cmdk

A fast, accessible, and pretty command palette for React
https://react-cmdk.com
MIT License
1.07k stars 45 forks source link

Overly aggressive CSS selectors break components #24

Closed imjared closed 1 year ago

imjared commented 1 year ago

Per the docs, an icon can take a React.FC. I'm trying to show a badge component that we use when we display projects. Normally this badge has its own styling included but it seems that it's blown away by some pretty aggressive rules:

albingroen commented 1 year ago

This is kind of hard to do anything about since react-cmdk is built using Tailwind CSS for styling, which has quite an aggressive CSS reset built in.