fix(stack): set correct colors for light theme

This commit is contained in:
Michael Aaron Murphy 2024-02-27 00:29:23 +01:00 committed by Victoria Brekenfeld
parent 21483b8d41
commit d9750ffb76
4 changed files with 45 additions and 13 deletions

View file

@ -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 {