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
Of the above items, there were some that were easy fixes.
Rendering the table with its default component was fixed by removing the component={Paper} prop from the TableContainer component
Rendering the table rows "small" variant was fixed by adding the size="small" prop to the Table component
To increase the visual weight of the sort indicators the inactive color was changed to a darker grey color and the active color to be the secondary color from the theme
Orginal sort indicator(No active sort)
Orginal sort indicator(Active sort)
Updated sort indicator(No active sort)
Updated sort indicator(Active sort)
Decreasing the spacing between the sort indicators and filters the edge="start" prop to the IconButton component.
Some small visual improvements should be made to the ItemTable:
The text was updated successfully, but these errors were encountered: