gradient update

This commit is contained in:
2025-04-22 17:12:02 +02:00
parent 10dc82719a
commit 36192d44cb
3 changed files with 4 additions and 3 deletions

View File

@@ -109,6 +109,7 @@ fn spawn_head_ui(
},
BorderRadius::all(Val::Px(9999.)),
BackgroundGradient::from(ConicGradient {
start: 0.,
stops: vec![
AngularColorStop::new(Color::linear_rgba(0., 0., 0., 0.9), 0.),
AngularColorStop::new(Color::linear_rgba(0., 0., 0., 0.9), PI * 1.5),