diff --git a/src/modules/colorPicker/ColorPickerUI/Controls/ColorFormatControl.xaml b/src/modules/colorPicker/ColorPickerUI/Controls/ColorFormatControl.xaml index 29bc856ed1..0410455db8 100644 --- a/src/modules/colorPicker/ColorPickerUI/Controls/ColorFormatControl.xaml +++ b/src/modules/colorPicker/ColorPickerUI/Controls/ColorFormatControl.xaml @@ -48,12 +48,12 @@ Height="36" Width="36" Grid.Column="2" - AutomationProperties.HelpText="{Binding ElementName=FormatNameTextBlock, Path=Text}" AutomationProperties.Name="{x:Static p:Resources.Copy_to_clipboard}" + AutomationProperties.HelpText="{Binding ElementName=ColorTextRepresentationTextBlock, Path=Text}" FontSize="12" Style="{StaticResource DefaultButtonStyle}" FontFamily="Segoe MDL2 Assets" - Content="" /> + Content="" />