adjust colors
This commit is contained in:
parent
1305d3c00f
commit
a7a36c28f4
1 changed files with 2 additions and 2 deletions
|
|
@ -1869,8 +1869,8 @@ where
|
|||
.style(move |_| container::Style {
|
||||
background: Some(
|
||||
Linear::new(Radians::PI / 4.0)
|
||||
.add_stop(0.0, color!(0x3300ff))
|
||||
.add_stop(1.0, color!(0x00a3ff))
|
||||
.add_stop(0.0, color!(0x2820ff))
|
||||
.add_stop(1.0, color!(0x1177ff))
|
||||
.into()
|
||||
),
|
||||
border: border::rounded(radius(text_size * 0.4)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue