diff --git a/docs/nodes/widgets/ui-slider.md b/docs/nodes/widgets/ui-slider.md index 3c5486b92..1eae4e24d 100644 --- a/docs/nodes/widgets/ui-slider.md +++ b/docs/nodes/widgets/ui-slider.md @@ -13,7 +13,7 @@ props: description: min - the minimum valu the slider can be changed to; max - the maximum value the slider can be changed to; step - the increment/decrement value when the slider is moved. dynamic: true Color: - description: main - color of the slider and thumb; track - color of the slider track; thumb - color of the handle. + description: main - color of the slider and thumb; track - color of the slider track; thumb - color of the handle. It could be the name of a color (red, green, blue, ...) or a Hex color code (#b5b5b5). dynamic: false Output: Defines when a msg is emitted, either as the slider is moved, or as the slider is released. dynamic: