Fix small lint in pure_color_palette example
This commit is contained in:
parent
a28799b65e
commit
f558103abe
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ impl Sandbox for ColorPalette {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Theme {
|
struct Theme {
|
||||||
lower: Vec<Color>,
|
lower: Vec<Color>,
|
||||||
base: Color,
|
base: Color,
|
||||||
higher: Vec<Color>,
|
higher: Vec<Color>,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue