fix(style): use radius_s for nav bar toggle
This commit is contained in:
parent
75a11b3c84
commit
2d06ec4226
5 changed files with 35 additions and 27 deletions
|
|
@ -528,17 +528,7 @@ impl iced_container::Catalog for Theme {
|
|||
}
|
||||
}
|
||||
|
||||
Container::ContextDrawer => {
|
||||
let mut appearance = Container::primary(cosmic);
|
||||
|
||||
appearance.shadow = Shadow {
|
||||
color: cosmic.shade.into(),
|
||||
offset: Vector::new(0.0, 0.0),
|
||||
blur_radius: 16.0,
|
||||
};
|
||||
|
||||
appearance
|
||||
}
|
||||
Container::ContextDrawer => Container::primary(cosmic),
|
||||
|
||||
Container::Background => Container::background(cosmic),
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue