feat: quad shadows
This commit is contained in:
parent
b3e3f6e3c9
commit
cc906c83cd
33 changed files with 305 additions and 25 deletions
|
|
@ -317,6 +317,7 @@ where
|
|||
border_color: style
|
||||
.background_border
|
||||
.unwrap_or(style.background),
|
||||
shadow: Default::default(),
|
||||
},
|
||||
style.background,
|
||||
);
|
||||
|
|
@ -341,6 +342,7 @@ where
|
|||
border_color: style
|
||||
.foreground_border
|
||||
.unwrap_or(style.foreground),
|
||||
shadow: Default::default(),
|
||||
},
|
||||
style.foreground,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue