Skip to content

Commit

Permalink
more fun colors
Browse files Browse the repository at this point in the history
  • Loading branch information
BlinkyStitt committed Apr 22, 2024
1 parent a94003d commit 5bdc387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion musical-leptos/src/components/dancing_lights.rs
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,6 @@ pub fn audio_list_item<const N: usize>(gradient: &Gradient<N>, i: usize, x: f32)
// };

view! {
<li style={format!("color: {};", color)}>{x}</li>
<li style={format!("background-color: {}; color: white; width: 200px;", color)}>{x}</li>
}
}

0 comments on commit 5bdc387

Please sign in to comment.