You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jjeroch this has been merged to dev because it's a fully backwards compatible pure technical change using our shared components instead of direct MUI imports.
Current Behavior
Some times code uses MUI components directly where better alternatives exist.
Expected Behavior
We created the Shared Components to simplify development and preconfigure MUI components for our style. They should be used whenever possible.
Steps To Reproduce
Example:
https://github.com/eclipse-tractusx/portal-frontend/blob/main/src/components/overlays/AddMultipleUser/index.tsx#L25
Typography exists in the shared components
The text was updated successfully, but these errors were encountered: