feat: replace Bold by {DynamicResource TextBlockTitleFontWeight}
This commit is contained in:
@@ -119,14 +119,14 @@
|
||||
Grid.Column="0"
|
||||
Margin="0,16"
|
||||
HorizontalAlignment="Center"
|
||||
FontWeight="Bold"
|
||||
FontWeight="{DynamicResource TextBlockTitleFontWeight}"
|
||||
Text="{DynamicResource STRING_DATE_TIME_START_TIME}" />
|
||||
<TextBlock
|
||||
Grid.Row="0"
|
||||
Grid.Column="2"
|
||||
Margin="0,16"
|
||||
HorizontalAlignment="Center"
|
||||
FontWeight="Bold"
|
||||
FontWeight="{DynamicResource TextBlockTitleFontWeight}"
|
||||
Text="{DynamicResource STRING_DATE_TIME_END_TIME}" />
|
||||
<Rectangle
|
||||
Grid.Row="1"
|
||||
|
||||
Reference in New Issue
Block a user