diff --git a/core/modules/color/templates/color-scheme-form.html.twig b/core/modules/color/templates/color-scheme-form.html.twig index 809b1a9..1cd1547 100644 --- a/core/modules/color/templates/color-scheme-form.html.twig +++ b/core/modules/color/templates/color-scheme-form.html.twig @@ -4,7 +4,7 @@ * Default theme implementation for a theme's color form. * * Available variables: - * - form: Child elements of the form that still need to be printed. + * - form: Form elements for the color scheme form, including: * - scheme: A color scheme form element. For example: a select element with * color theme presets, or a color picker widget. * - palette: Color fields that can be changed by entering in a new hex value.