Update Styling System to Use sx Prop in Material-UI Components in styles.js #1848
Labels
dev
Code Development
Feature: Design System
Standards, documentation and guide of design assets and components
Material-UI v.5
Update from MUI v.4 to v.5
Release Note: System Update
Shows on Release Notes under "Technical Debt"
Role: Front-end
Front End Developer
size: 1pt
The lift to complete this user story 1-2hrs
Sprint 03
Overview
Our project currently utilizes the makeStyles function for styling Material-UI components. However, with the updates in Material-UI version 5, it is recommended to transition to using the sx prop for styling.
Additionally, once we don't use the makeStyles function, we will be able to remove the mui/styles dependency, which has conflicts with React v.18 recently added to our project.
This GitHub issue is part of a series of Issues aiming to update the styling system in our project. In this issue, we are going to update Update Styling System to Use xs Prop in Material-UI Components in
components/FoodSeeker/SearchResults/ResultsMap/styles.js
Action Items
Resources/Instructions
https://mui.com/material-ui/getting-started/overview/
https://mui.com/material-ui/migration/migration-v4/
The text was updated successfully, but these errors were encountered: