set text color in confirmation dialog

This commit is contained in:
2026-03-13 14:00:29 +03:00
parent 895cf8335f
commit 60dbcd2e10

View File

@@ -10,6 +10,7 @@
<Grid Margin="16" RowDefinitions="*,Auto"> <Grid Margin="16" RowDefinitions="*,Auto">
<TextBlock Text="Save changes before closing the storage?" <TextBlock Text="Save changes before closing the storage?"
TextWrapping="Wrap" TextWrapping="Wrap"
Foreground="Black"
FontSize="16"/> FontSize="16"/>
<StackPanel Grid.Row="1" <StackPanel Grid.Row="1"
@@ -25,4 +26,4 @@
Click="Cancel_Click" /> Click="Cancel_Click" />
</StackPanel> </StackPanel>
</Grid> </Grid>
</Window> </Window>