From 5bdc38714017f50e2232ab76daf3c16866401ac1 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Sun, 21 Apr 2024 21:52:27 -0700 Subject: [PATCH] more fun colors --- musical-leptos/src/components/dancing_lights.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/musical-leptos/src/components/dancing_lights.rs b/musical-leptos/src/components/dancing_lights.rs index 3a544bb..49e1dba 100644 --- a/musical-leptos/src/components/dancing_lights.rs +++ b/musical-leptos/src/components/dancing_lights.rs @@ -219,6 +219,6 @@ pub fn audio_list_item(gradient: &Gradient, i: usize, x: f32) // }; view! { -
  • {x}
  • +
  • {x}
  • } }