Improve experience when themes provide transparent status colors (#13996)
We shouldn't assume all themes will give us solid status color backgrounds. This change makes it so the status color renders on top of a normal elevated surface background. #### Before | After (Transparent status background color – Fixed)   --- #### Before | After (Solid status background color – No change)   Release Notes: - Improved support for transparent status colors in themes.
This commit is contained in:
parent
bc0359a474
commit
b691d1baf2
4 changed files with 77 additions and 13 deletions
|
@ -1,3 +1,4 @@
|
|||
mod appearance;
|
||||
mod color;
|
||||
mod elevation;
|
||||
mod platform;
|
||||
|
@ -5,6 +6,7 @@ mod spacing;
|
|||
mod typography;
|
||||
mod units;
|
||||
|
||||
pub use appearance::*;
|
||||
pub use color::*;
|
||||
pub use elevation::*;
|
||||
pub use platform::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue