|
14 | 14 | <TextBlock Grid.Row="0" Text="Performance Studio" FontWeight="Bold" FontSize="20" |
15 | 15 | Foreground="{DynamicResource ForegroundBrush}" Margin="0,0,0,4"/> |
16 | 16 | <TextBlock Grid.Row="1" x:Name="VersionText" Text="Version 0.3.0" FontSize="12" |
17 | | - Foreground="{DynamicResource ForegroundMutedBrush}" Margin="0,0,0,4"/> |
| 17 | + Foreground="{DynamicResource ForegroundBrush}" Margin="0,0,0,4"/> |
18 | 18 | <TextBlock Grid.Row="1" x:Name="SubtitleText" |
19 | 19 | Text="SQL Server Execution Plan Analyzer" FontSize="12" |
20 | 20 | Foreground="{DynamicResource ForegroundBrush}" Margin="0,16,0,20"/> |
|
24 | 24 | <TextBlock Text="Copyright (c) 2026 Erik Darling, Darling Data LLC" FontSize="12" |
25 | 25 | Foreground="{DynamicResource ForegroundBrush}"/> |
26 | 26 | <TextBlock Text="Licensed under the MIT License" FontSize="12" |
27 | | - Foreground="{DynamicResource ForegroundMutedBrush}"/> |
| 27 | + Foreground="{DynamicResource ForegroundBrush}"/> |
28 | 28 | </StackPanel> |
29 | 29 |
|
30 | 30 | <!-- Links --> |
|
72 | 72 | VerticalContentAlignment="Center"/> |
73 | 73 | </StackPanel> |
74 | 74 | <TextBlock Text="Restart the application after changing MCP settings." |
75 | | - FontSize="11" Foreground="{DynamicResource ForegroundMutedBrush}" |
| 75 | + FontSize="11" Foreground="{DynamicResource ForegroundBrush}" |
76 | 76 | Margin="0,4,0,0"/> |
77 | 77 | <StackPanel Orientation="Horizontal" Spacing="8" Margin="0,8,0,0"> |
78 | 78 | <Button x:Name="CopyMcpCommandButton" Content="Copy MCP Command" |
79 | 79 | Click="CopyMcpCommand_Click" Padding="10,4" FontSize="12"/> |
80 | 80 | <TextBlock x:Name="McpCopyStatus" FontSize="11" VerticalAlignment="Center" |
81 | | - Foreground="{DynamicResource ForegroundMutedBrush}"/> |
| 81 | + Foreground="{DynamicResource ForegroundBrush}"/> |
82 | 82 | </StackPanel> |
83 | 83 | </StackPanel> |
84 | 84 |
|
|
0 commit comments