refactor(ui): inherit terminal font for SelectableTextBlock
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -65,7 +65,6 @@
|
|||||||
<!-- Message text — selectable so the user can copy raw output -->
|
<!-- Message text — selectable so the user can copy raw output -->
|
||||||
<SelectableTextBlock Grid.Column="1"
|
<SelectableTextBlock Grid.Column="1"
|
||||||
Text="{Binding Text}" Tag="{Binding ClassName}"
|
Text="{Binding Text}" Tag="{Binding ClassName}"
|
||||||
FontFamily="{DynamicResource MonoFont}" FontSize="{StaticResource FontSizeMono}"
|
|
||||||
Foreground="{DynamicResource TextDimBrush}"
|
Foreground="{DynamicResource TextDimBrush}"
|
||||||
TextWrapping="Wrap"/>
|
TextWrapping="Wrap"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
|
|||||||
Reference in New Issue
Block a user