Old title: white tab text on dark tab background is difficult to read https://github.com/brave/browser-laptop/issues/8115#event-1056059694
on macOS only
The font weight may need to change for the white tab text label case.
@cezaraugusto I found a solution:
before (on Mac):
after (on Mac):
So, the weight should be 600, only for the selected tab which is displaying white text based on the BG color threshold.
This was tested to solve the mac issue and had no negative effect on Windows although the improvement is barely noticeable.
cc @bsclifton
Most helpful comment
@cezaraugusto I found a solution:
before (on Mac):

after (on Mac):

So, the weight should be 600, only for the selected tab which is displaying white text based on the BG color threshold.
This was tested to solve the mac issue and had no negative effect on Windows although the improvement is barely noticeable.
cc @bsclifton