From ef36239161052f049f727d8662f473fbec5e349a Mon Sep 17 00:00:00 2001 From: rabbitism Date: Tue, 12 Mar 2024 17:03:07 +0800 Subject: [PATCH] feat: make text looks like text. --- src/Semi.Avalonia.ColorPicker/Controls/ColorPicker.axaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Semi.Avalonia.ColorPicker/Controls/ColorPicker.axaml b/src/Semi.Avalonia.ColorPicker/Controls/ColorPicker.axaml index 1fe3e03..49fc659 100644 --- a/src/Semi.Avalonia.ColorPicker/Controls/ColorPicker.axaml +++ b/src/Semi.Avalonia.ColorPicker/Controls/ColorPicker.axaml @@ -506,6 +506,8 @@ Margin="8,0,0,0" HorizontalAlignment="Left" VerticalAlignment="Center" + FontWeight="Regular" + Foreground="{DynamicResource TextBlockDefaultForeground}" Text="{Binding $parent[ColorPicker].Color}" />