refactor(ui): unify text and close button in UnfinishedPlanningModalView
This commit is contained in:
@@ -29,11 +29,9 @@
|
|||||||
|
|
||||||
<!-- Body -->
|
<!-- Body -->
|
||||||
<StackPanel Margin="20,16" Spacing="8">
|
<StackPanel Margin="20,16" Spacing="8">
|
||||||
<TextBlock Text="{Binding TaskTitle}"
|
<TextBlock Classes="title" Text="{Binding TaskTitle}"
|
||||||
FontWeight="SemiBold"
|
|
||||||
Foreground="{DynamicResource TextBrush}"
|
|
||||||
TextTrimming="CharacterEllipsis"/>
|
TextTrimming="CharacterEllipsis"/>
|
||||||
<TextBlock Foreground="{DynamicResource TextDimBrush}">
|
<TextBlock Classes="body">
|
||||||
<Run Text="{Binding DraftCount}"/>
|
<Run Text="{Binding DraftCount}"/>
|
||||||
<Run Text=" draft task(s) waiting to be finalized."/>
|
<Run Text=" draft task(s) waiting to be finalized."/>
|
||||||
</TextBlock>
|
</TextBlock>
|
||||||
|
|||||||
Reference in New Issue
Block a user