fix(stack): set correct colors for light theme
This commit is contained in:
parent
21483b8d41
commit
d9750ffb76
4 changed files with 45 additions and 13 deletions
|
|
@ -131,7 +131,7 @@ where
|
|||
..bounds
|
||||
};
|
||||
|
||||
let mut transparent_background = self.background.clone();
|
||||
let mut transparent_background = self.background;
|
||||
transparent_background.a = 0.0;
|
||||
renderer.fill_quad(
|
||||
renderer::Quad {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue