Skip to content

Commit

Permalink
Merge pull request #1052 from unoplatform/dev/agzi/FixMaterialOutline…
Browse files Browse the repository at this point in the history
…dPasswordBoxStyle

fix: XAML parsing failed for MaterialOutlinedPasswordBoxStyle
  • Loading branch information
agneszitte authored Jul 12, 2023
2 parents 82b9150 + fef7b5e commit 66d109c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/library/Uno.Material/Styles/Controls/v2/PasswordBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
<!--#endregion-->

<!--#region MaterialOutlinedPasswordBoxStyle-->
<StaticResource x:Key="OutlinedPasswordBoxBackground" ResourceKey="TransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackgroundPointerOver" ResourceKey="TransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackgroundFocused" ResourceKey="TransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackgroundDisabled" ResourceKey="TransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackground" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackgroundPointerOver" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackgroundFocused" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackgroundDisabled" ResourceKey="SystemControlTransparentBrush" />

<StaticResource x:Key="OutlinedPasswordBoxBorderBrush" ResourceKey="OutlineBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBorderBrushPointerOver" ResourceKey="OnSurfaceBrush" />
Expand Down Expand Up @@ -110,10 +110,10 @@
<!--#endregion-->

<!--#region MaterialOutlinedPasswordBoxStyle-->
<StaticResource x:Key="OutlinedPasswordBoxBackground" ResourceKey="TransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackgroundPointerOver" ResourceKey="TransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackgroundFocused" ResourceKey="TransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackgroundDisabled" ResourceKey="TransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackground" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackgroundPointerOver" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackgroundFocused" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBackgroundDisabled" ResourceKey="SystemControlTransparentBrush" />

<StaticResource x:Key="OutlinedPasswordBoxBorderBrush" ResourceKey="OutlineBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBorderBrushPointerOver" ResourceKey="OnSurfaceBrush" />
Expand Down

0 comments on commit 66d109c

Please sign in to comment.