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
CSS tokens do not work on other than Quark components and they only work on css prop.
We have an example of using Quark as FontAwesomeIcon which we want to be able to style with size tokens:
gumption-ui/playground/src/examples/mail/SideBar/sidebar.tsx
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; <Quark as={FontAwesomeIcon} icon={iconName} css={{ width: 'large', height: 'large', }}/>
At the moment tokens large do not work. FontAwesomeIcon uses style prop to customize icons.
large
The text was updated successfully, but these errors were encountered:
namjul
No branches or pull requests
CSS tokens do not work on other than Quark components and they only work on css prop.
We have an example of using Quark as FontAwesomeIcon which we want to be able to style with size tokens:
gumption-ui/playground/src/examples/mail/SideBar/sidebar.tsx
At the moment tokens
large
do not work. FontAwesomeIcon uses style prop to customize icons.The text was updated successfully, but these errors were encountered: