Increase Tooltip font size on Desktop#103189
Conversation
There was a problem hiding this comment.
The original issue also mentioned macOS, am i missing somethig?
This legibility issue also applies to Linux and MacOS platforms when device pixel ratio 1.0 is used.
There was a problem hiding this comment.
My bad, I read all the comments on the previous issue #71052 that mainly mentioned Windows and Linux, and I didn't notice that MacOS is included in the new issue description. Good catch! That's make this change even simpler.
There was a problem hiding this comment.
The changed description doesn't seem to add more value.
There was a problem hiding this comment.
I think we can do a switch case on defaultTargetPlatform and do different expect value instead of removing the check. But this may not be needed if macos also uses 12px
Description
This PR increase tooltip default font size on Windows and Linux for readibility.
Material team is ok with it from this comment :
#71429 (comment)
Related Issue
Fixes #71429
Tests
Add 2 tests.