Reza Abdi
Reza Abdi
Hi @amir04lm26 , Your forked version is working smoothly and seems there is no bugs. do you have any plans on releasing a npm package? at least until main team...
Hi, I've also encountered this problem on my project. My solution was to override the style of `connector` as described in [Custom Styles](https://github.com/jeanverster/chakra-ui-steps#custom-styles). ``` js const CustomSteps = { ...StepsStyleConfig,...
Hi, Farzin. I have the same problem with styling action button in snackbar shown. I have solved it through className and CSS overriding like this: in my global.scss: ```scss .notistack-MuiContent-:...