ux: warning text style

This commit is contained in:
leo 2024-10-09 15:30:25 +08:00
parent 4d14302929
commit bfb97dff72
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View file

@ -43,7 +43,8 @@
Fill="DarkOrange"/>
<TextBlock Grid.Column="1" Margin="8,0,0,0"
Text="{DynamicResource Text.Checkout.Commit.Warning}"
TextWrapping="Wrap"/>
TextWrapping="Wrap"
Foreground="DarkOrange"/>
</Grid>
</Grid>
</StackPanel>