optimize the style for error msg

This commit is contained in:
tian-lt 2022-02-17 22:19:20 +08:00
commit 4901b98bb1

View file

@ -673,9 +673,8 @@
</ResourceDictionary> </ResourceDictionary>
</HyperlinkButton.Resources> </HyperlinkButton.Resources>
</HyperlinkButton> </HyperlinkButton>
<TextBlock Margin="3,7,0,0" Style="{ThemeResource CaptionTextBlockStyle}"> <TextBlock Margin="3,6,0,0" Style="{ThemeResource CaptionTextBlockStyle}">
<Run x:Name="CurrencySecondaryStatus" <Run x:Name="CurrencySecondaryStatus"
FontWeight="SemiBold"
Text=""/> Text=""/>
</TextBlock> </TextBlock>
</StackPanel> </StackPanel>