mirror of
https://github.com/material-components/material-components-ios.git
synced 2026-02-20 08:27:32 +08:00
### The problem MDCSnackbarColorThemer is not aligned with the values for the background color from the spec and it should not appear transparent. ### The fix Update the themer to blend the 2 colors from the spec to ensure Snackbar is aligned to the spec. ### Related bugs Closes #5512 ### Screenshots | Before | After | | - | - | ||| **Note:** I rewrote the unit tests in Obj-c because of an issue with comparing colors that have alpha channels.