Fix small lint in pure_color_palette example

This commit is contained in:
Héctor Ramón Jiménez 2022-07-27 03:24:25 +02:00
parent a28799b65e
commit f558103abe
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -89,7 +89,7 @@ impl Sandbox for ColorPalette {
}
#[derive(Debug)]
pub struct Theme {
struct Theme {
lower: Vec<Color>,
base: Color,
higher: Vec<Color>,