fix: Tooltip background.
This commit is contained in:
parent
111a2c91b7
commit
b9b6cd2470
@ -1,5 +1,5 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<StaticResource x:Key="ToolTipBackground" ResourceKey="SemiColorTertiaryPressed" />
|
||||
<SolidColorBrush x:Key="ToolTipBackground" Color="{StaticResource SemiGrey7Color}" />
|
||||
<SolidColorBrush x:Key="ToolTipForeground" Color="Black" />
|
||||
<SolidColorBrush x:Key="ToolTipBorderBrush" Color="Transparent" />
|
||||
</ResourceDictionary>
|
@ -71,7 +71,7 @@
|
||||
<StaticResource x:Key="ButtonSolidDangerPressedBorderBrush" ResourceKey="SemiColorDangerPressed" />
|
||||
<!-- end Solid -->
|
||||
|
||||
<SolidColorBrush x:Key="ButtonInputInnerForeground" Color="{StaticResource SemiGrey5Color}" />
|
||||
<SolidColorBrush x:Key="ButtonInputInnerPointeroverForeground" Color="{StaticResource SemiGrey6Color}" />
|
||||
<SolidColorBrush x:Key="ButtonInputInnerPressedForeground" Color="{StaticResource SemiGrey7Color}" />
|
||||
<StaticResource x:Key="ButtonInputInnerForeground" ResourceKey="SemiColorTertiary" />
|
||||
<StaticResource x:Key="ButtonInputInnerPointeroverForeground" ResourceKey="SemiColorTertiaryPointerover" />
|
||||
<StaticResource x:Key="ButtonInputInnerPressedForeground" ResourceKey="SemiColorTertiaryPressed" />
|
||||
</ResourceDictionary>
|
@ -1,5 +1,5 @@
|
||||
<ResourceDictionary xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
||||
<SolidColorBrush x:Key="ToolTipBackground" Color="{DynamicResource SemiGrey7Color}" />
|
||||
<SolidColorBrush x:Key="ToolTipBackground" Color="{StaticResource SemiGrey7Color}" />
|
||||
<SolidColorBrush x:Key="ToolTipForeground" Color="White" />
|
||||
<SolidColorBrush x:Key="ToolTipBorderBrush" Color="Transparent" />
|
||||
</ResourceDictionary>
|
Loading…
x
Reference in New Issue
Block a user