Hello Alison,
Could you please have a look at this change?
Thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Fix toast close/menu button icon invisible on hover
The close and menu buttons in ToastView use
CreateVectorImageButtonWithNativeTheme with kColorToastForeground for
the normal state, but the hovered/pressed state defaults to
kColorIconHovered which has poor contrast on the dark toast background.
Pass kColorToastForeground as the hovered color ID so the icon remains
visible on hover and press.
Before:
https://drive.google.com/file/d/1fykiSp7TE4vXrcGeGN0aDOpbqOr2mD8o
After:
https://drive.google.com/file/d/192Uq7r6-mCJI1llo7AxzDyce3m1uxpyP
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |