OpenDesk icon indicating copy to clipboard operation
OpenDesk copied to clipboard

Font weights not rendering for listItemText in employee side menu

Open UrielMaD opened this issue 3 years ago • 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:

https://user-images.githubusercontent.com/57372467/102725915-0346a100-42e0-11eb-8e44-a074739bd36e.mov

UrielMaD avatar Dec 20 '20 22:12 UrielMaD

Hi @UrielMaD did you tried to directly pass textWeight?


      textWeight: "600",

mayralgr avatar Dec 23 '20 23:12 mayralgr

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

UrielMaD avatar Dec 24 '20 01:12 UrielMaD