mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
Add missing brush
This commit is contained in:
parent
73d6a32add
commit
6911f2b268
1 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@
|
|||
Opacity="0.9"
|
||||
Color="{ThemeResource SystemAccentColor}"/>
|
||||
|
||||
<SolidColorBrush x:Key="AppControlForegroundAccentBrush" Color="{ThemeResource SystemAccentColor}"/>
|
||||
<SolidColorBrush x:Key="AppControlPageTextRedColorBrush" Color="Red"/>
|
||||
<RevealBorderBrush x:Key="AppControlForegroundTransparentRevealBorderBrush"
|
||||
FallbackColor="Transparent"
|
||||
|
@ -1617,7 +1618,7 @@
|
|||
</Setter.Value>
|
||||
</Setter>
|
||||
</Style>
|
||||
|
||||
|
||||
<Style x:Name="EquationTextBoxButtonStyle" TargetType="Button">
|
||||
<Setter Property="Background" Value="Transparent"/>
|
||||
<Setter Property="Foreground" Value="Transparent"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue