This commit is contained in:
Talin 2025-07-07 17:01:12 -07:00
parent a0990a0107
commit d5b2e59d33

View File

@ -142,7 +142,7 @@ impl ColorChannel {
#[derive(Component, Default, Clone)]
pub struct SliderBaseColor(pub Color);
/// Slider template properties, passed to [`slider`] function.
/// Slider template properties, passed to [`color_slider`] function.
pub struct ColorSliderProps {
/// Slider current value
pub value: f32,