added foreground color for text in tooltip
This commit is contained in:
@@ -21,9 +21,12 @@
|
||||
<Border.Background>
|
||||
<SolidColorBrush Color="{Binding Settings.BackgroundColor}" />
|
||||
</Border.Background>
|
||||
<TextBlock Foreground="White"
|
||||
FontWeight="SemiBold"
|
||||
<TextBlock FontWeight="SemiBold"
|
||||
FontSize="{Binding Settings.FontSize}"
|
||||
Text="{Binding ShortName}" />
|
||||
Text="{Binding ShortName}">
|
||||
<TextBlock.Foreground>
|
||||
<SolidColorBrush Color="{Binding Settings.ForegroundColor}" />
|
||||
</TextBlock.Foreground>
|
||||
</TextBlock>
|
||||
</Border>
|
||||
</Window>
|
||||
|
||||
Reference in New Issue
Block a user