Some Button components have P tags inside them, which can be targeted by generic CSS selectors, overriding the className applied to the button element. It was observed in storybook that rendering components in markdown can cause storybook's auto generated CSS have higher specitivity. Replace any p tags with span or something else and verify that the styling works properly with storybook.
Some Button components have P tags inside them, which can be targeted by generic CSS selectors, overriding the className applied to the button element. It was observed in storybook that rendering components in markdown can cause storybook's auto generated CSS have higher specitivity. Replace any p tags with span or something else and verify that the styling works properly with storybook.