forked from max_ag/wayland_panel
transparent background
This commit is contained in:
parent
93857e2f18
commit
80d13f40e8
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ impl App {
|
||||||
|
|
||||||
fn style(&self, theme: &iced::Theme) -> iced::theme::Style {
|
fn style(&self, theme: &iced::Theme) -> iced::theme::Style {
|
||||||
iced::theme::Style {
|
iced::theme::Style {
|
||||||
background_color: Color::from_rgba(0., 0., 0., 1.),
|
background_color: Color::TRANSPARENT,
|
||||||
text_color: theme.palette().text,
|
text_color: theme.palette().text,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue