feat: quad shadows
This commit is contained in:
parent
b3e3f6e3c9
commit
cc906c83cd
33 changed files with 305 additions and 25 deletions
|
|
@ -309,6 +309,7 @@ where
|
|||
border_color: appearance.border_color,
|
||||
border_width: appearance.border_width,
|
||||
border_radius: appearance.border_radius,
|
||||
shadow: Default::default(),
|
||||
},
|
||||
appearance.background,
|
||||
);
|
||||
|
|
@ -519,6 +520,7 @@ where
|
|||
border_color: Color::TRANSPARENT,
|
||||
border_width: 0.0,
|
||||
border_radius: appearance.border_radius,
|
||||
shadow: Default::default(),
|
||||
},
|
||||
appearance.selected_background,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue