Make default background style opaque
This commit is contained in:
parent
bdc1549268
commit
a8876e94f3
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ impl<I> Background<I> {
|
||||||
pub fn new(inner: I) -> Self {
|
pub fn new(inner: I) -> Self {
|
||||||
Self {
|
Self {
|
||||||
inner,
|
inner,
|
||||||
style: Style::default(),
|
style: Style::new().opaque(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue