Adjust background colors in iced widget
This commit is contained in:
parent
3602c439f8
commit
2f25bb1e0f
1 changed files with 1 additions and 1 deletions
|
|
@ -1866,7 +1866,7 @@ where
|
|||
.style(move |_| container::Style {
|
||||
background: Some(
|
||||
Linear::new(Radians::PI / 4.0)
|
||||
.add_stop(0.0, color!(0x2820ff))
|
||||
.add_stop(0.0, color!(0x0033ff))
|
||||
.add_stop(1.0, color!(0x1177ff))
|
||||
.into()
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue