Added support for gradients as background variants + other optimizations.
This commit is contained in:
parent
669f7cc74b
commit
6551a0b2ab
41 changed files with 1658 additions and 1489 deletions
|
|
@ -217,6 +217,9 @@ impl button::StyleSheet for Theme {
|
|||
a: color.a * 0.5,
|
||||
..color
|
||||
}),
|
||||
Background::Gradient(gradient) => {
|
||||
Background::Gradient(gradient.mul_alpha(0.5))
|
||||
}
|
||||
}),
|
||||
text_color: Color {
|
||||
a: active.text_color.a * 0.5,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue