Currently, app styles are scoped. This is causing an issue with stories because each story is now isolated from the app styles and its making them inconsistent with how the components would look in the app container.
Solution: Move the app class into the global scope.
Currently, app styles are scoped. This is causing an issue with stories because each story is now isolated from the app styles and its making them inconsistent with how the components would look in the app container.
Solution: Move the app class into the global scope.