mirror of
https://github.com/KeyKeeperApp/KeyKeeper.git
synced 2026-04-17 18:16:28 +03:00
set text color in confirmation dialog
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<Grid Margin="16" RowDefinitions="*,Auto">
|
||||
<TextBlock Text="Save changes before closing the storage?"
|
||||
TextWrapping="Wrap"
|
||||
Foreground="Black"
|
||||
FontSize="16"/>
|
||||
|
||||
<StackPanel Grid.Row="1"
|
||||
@@ -25,4 +26,4 @@
|
||||
Click="Cancel_Click" />
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</Window>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user