feat: quad shadows
This commit is contained in:
parent
b3e3f6e3c9
commit
cc906c83cd
33 changed files with 305 additions and 25 deletions
|
|
@ -470,6 +470,7 @@ where
|
|||
border_radius: appearance.border_radius,
|
||||
border_width: appearance.border_width,
|
||||
border_color: appearance.border_color,
|
||||
shadow: Default::default(),
|
||||
},
|
||||
appearance.background,
|
||||
);
|
||||
|
|
@ -511,6 +512,7 @@ where
|
|||
border_radius: 0.0.into(),
|
||||
border_width: 0.0,
|
||||
border_color: Color::TRANSPARENT,
|
||||
shadow: Default::default(),
|
||||
},
|
||||
theme.value_color(&self.style),
|
||||
);
|
||||
|
|
@ -526,6 +528,7 @@ where
|
|||
border_radius: 0.0.into(),
|
||||
border_width: 0.0,
|
||||
border_color: Color::TRANSPARENT,
|
||||
shadow: Default::default(),
|
||||
},
|
||||
theme.selection_color(&self.style),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue