kanwalnainsingh/OpenDesk

Font weights not rendering for listItemText in employee side menu

Opened this issue · 2 comments

Describe the bug
There's a problem with font weights where you try to set different values than 'Regular' or 'Bold', there are no more options working

To Reproduce
Steps to reproduce the behavior:

  1. Go to the employee section
  2. Click on the side menu
  3. Open the element inspection
  4. Place the element selector in any text of the size menu
  5. Try to change font-weight on the styles
  6. See there's no difference when modifying the values

Expected behavior
It's expected that the font-weight changes

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • Browser [chrome, safari]

Here's an example:

Grabacion.de.pantalla.2020-12-20.a.la.s.16.24.25.mov

Hi @UrielMaD did you tried to directly pass textWeight?

      textWeight: "600",

Hello @mayralgr I think that's a material ui issue or something like that