diff --git a/src/Semi.Avalonia.ColorPicker/Controls/ColorPicker.axaml b/src/Semi.Avalonia.ColorPicker/Controls/ColorPicker.axaml index 2ff2d82..970fada 100644 --- a/src/Semi.Avalonia.ColorPicker/Controls/ColorPicker.axaml +++ b/src/Semi.Avalonia.ColorPicker/Controls/ColorPicker.axaml @@ -68,9 +68,41 @@ Note the only changes are resources specific to the ColorPicker. --> + RowDefinitions="*,Auto" + Tag="{TemplateBinding ColorModel}"> + + + + + + + + + + + + - - - - + Value="{Binding Value, ElementName=Component1Slider}" />