perf: update input box auto recognize background color

dev_deconstruction
SONGE9B3\song_pd_win11 2 years ago
parent 62050bdeb2
commit 1a81494e84

@ -79,7 +79,7 @@
<TextBlock Text="识别为 " <TextBlock Text="识别为 "
Style="{DynamicResource LanguageMarkTextBlockStyle}"/> Style="{DynamicResource LanguageMarkTextBlockStyle}"/>
<TextBlock Text="{Binding IdentifyLanguage}" <TextBlock Text="{Binding IdentifyLanguage}"
Foreground="#3478f6"/> Foreground="#3478f6"/>
</StackPanel> </StackPanel>
</Border> </Border>
</StackPanel> </StackPanel>

@ -38,7 +38,7 @@
</Style> </Style>
<Style x:Key="LanguageMarkBorderStyle" <Style x:Key="LanguageMarkBorderStyle"
TargetType="Border"> TargetType="Border">
<Setter Property="Background" Value="#999999"/> <Setter Property="Background" Value="#404856"/>
<Setter Property="Margin" Value="10,0,0,2"/> <Setter Property="Margin" Value="10,0,0,2"/>
<Setter Property="CornerRadius" Value="8"/> <Setter Property="CornerRadius" Value="8"/>
<Setter Property="VerticalAlignment" Value="Bottom"/> <Setter Property="VerticalAlignment" Value="Bottom"/>

Loading…
Cancel
Save