chakra-ui
chakra-ui copied to clipboard
borderStyle ignored on Divider theme
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 reproduce
- Extend the theme for Divider component
- Change borderStyle in baseStyle
- Create divider component
Chakra UI Version
2.8.1
Browser
Microsoft Edge
Operating System
- [ ] macOS
- [X] Windows
- [ ] Linux
Additional Information
Interestingly, with Menu divider multipart theme, this is not an issue and borderStyle actually works.
For me is a bug.
I try for differents ways, but not work.