feat: quad shadows
This commit is contained in:
parent
b3e3f6e3c9
commit
cc906c83cd
33 changed files with 305 additions and 25 deletions
|
|
@ -912,6 +912,7 @@ pub fn draw<Renderer>(
|
|||
border_radius: style.border_radius,
|
||||
border_width: style.border_width,
|
||||
border_color: style.border_color,
|
||||
shadow: Default::default(),
|
||||
},
|
||||
style
|
||||
.background
|
||||
|
|
@ -932,6 +933,7 @@ pub fn draw<Renderer>(
|
|||
border_radius: style.scroller.border_radius,
|
||||
border_width: style.scroller.border_width,
|
||||
border_color: style.scroller.border_color,
|
||||
shadow: Default::default(),
|
||||
},
|
||||
style.scroller.color,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue