Mohammed Hamid
Mohammed Hamid
It would be nice to have a utility to generate the char map since it's required to load additional fonts. Although, if this adds too many dependencies, maybe a mention...
### Description When I use a color value that is defined in `semanticTokens` of my theme, it is ignored by `focusBorderColor`. However if I use a color defined in the...
### Description When I create a custom `MenuItemOption` component that extends the default chakra one, the check icon is missing, and adding a custom icon does not show either. ###...
### Description When I set the borderStyle to 'dashed' for Dividers in my extended theme, the Dividers are still showing as solid. ### Link to Reproduction https://codesandbox.io/p/sandbox/chakra-divider-border-theme-l2j5v8 ### Steps to...
In the `conftest.py` the event loop is being replaced with a new one. This is no longer supported with `pytest_asyncio` and results in this warning: ``` Replacing the event_loop fixture...