Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: adjust brushes opacities #1261

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions doc/material-colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,17 @@ uid: Uno.Themes.Material.Colors
| `OutlineVariantColor` | `#C9C5D0` | `#57545D` |

## Opacities

| Key | Value |
|----------------------|-------|
| `HoverOpacity` | 0.08 |
| `FocusedOpacity` | 0.12 |
| `PressedOpacity` | 0.12 |
| `DraggedOpacity` | 0.16 |
| `SelectedOpacity` | 0.16 |
| `MediumOpacity` | 0.54 |
| `LowOpacity` | 0.32 |
| `DisabledOpacity` | 0.38 |
| `DisabledLowOpacity` | 0.12 |
| Key | Value |
Copy link
Contributor

@Xiaoy312 Xiaoy312 Mar 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Headings should be surrounded by blank lines

Suggested change
| Key | Value |
| Key | Value |

| ------------------ | ----- |
| HoverOpacity | 0.08 |
| FocusedOpacity | 0.12 |
| PressedOpacity | 0.12 |
| DraggedOpacity | 0.16 |
| SelectedOpacity | 0.16 |
| MediumOpacity | 0.64 |
| LowOpacity | 0.32 |
| DisabledOpacity | 0.12 |
| DisabledLowOpacity | 0.12 |

## Brushes

Expand Down
16 changes: 8 additions & 8 deletions src/library/Uno.Material/Styles/Controls/v2/Button.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<StaticResource x:Key="ElevatedButtonIconForegroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<StaticResource x:Key="ElevatedButtonIconForegroundPointerFocused" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="ElevatedButtonBackground" ResourceKey="SurfaceBrush" />
<StaticResource x:Key="ElevatedButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="ElevatedButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<StaticResource x:Key="ElevatedButtonBackgroundPointerOver" ResourceKey="SurfaceBrush" />
<StaticResource x:Key="ElevatedButtonBackgroundPressed" ResourceKey="SurfaceBrush" />
<StaticResource x:Key="ElevatedButtonBackgroundFocused" ResourceKey="SurfaceBrush" />
Expand Down Expand Up @@ -70,7 +70,7 @@
<StaticResource x:Key="FilledButtonBackground" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="FilledButtonBackgroundPointerOver" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="FilledButtonBackgroundPressed" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="FilledButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="FilledButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<StaticResource x:Key="FilledButtonBackgroundFocused" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="FilledButtonBackgroundPointerFocused" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="FilledButtonBorderBrush" ResourceKey="SystemControlTransparentBrush" />
Expand Down Expand Up @@ -100,7 +100,7 @@
<StaticResource x:Key="FilledTonalButtonBackground" ResourceKey="SecondaryContainerBrush" />
<StaticResource x:Key="FilledTonalButtonBackgroundPointerOver" ResourceKey="SecondaryContainerBrush" />
<StaticResource x:Key="FilledTonalButtonBackgroundPressed" ResourceKey="SecondaryContainerBrush" />
<StaticResource x:Key="FilledTonalButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="FilledTonalButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<StaticResource x:Key="FilledTonalButtonBackgroundFocused" ResourceKey="SecondaryContainerBrush" />
<StaticResource x:Key="FilledTonalButtonBackgroundPointerFocused" ResourceKey="SecondaryContainerBrush" />
<StaticResource x:Key="FilledTonalButtonBorderBrush" ResourceKey="SystemControlTransparentBrush" />
Expand Down Expand Up @@ -130,7 +130,7 @@
<StaticResource x:Key="OutlinedButtonBackground" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedButtonBackgroundPointerOver" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedButtonBackgroundPressed" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="OutlinedButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<StaticResource x:Key="OutlinedButtonBackgroundFocused" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedButtonBackgroundPointerFocused" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedButtonBorderBrush" ResourceKey="OutlineBrush" />
Expand Down Expand Up @@ -215,7 +215,7 @@
<StaticResource x:Key="ElevatedButtonIconForegroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<StaticResource x:Key="ElevatedButtonIconForegroundPointerFocused" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="ElevatedButtonBackground" ResourceKey="SurfaceBrush" />
<StaticResource x:Key="ElevatedButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="ElevatedButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<StaticResource x:Key="ElevatedButtonBackgroundPointerOver" ResourceKey="SurfaceBrush" />
<StaticResource x:Key="ElevatedButtonBackgroundPressed" ResourceKey="SurfaceBrush" />
<StaticResource x:Key="ElevatedButtonBackgroundFocused" ResourceKey="SurfaceBrush" />
Expand Down Expand Up @@ -247,7 +247,7 @@
<StaticResource x:Key="FilledButtonBackground" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="FilledButtonBackgroundPointerOver" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="FilledButtonBackgroundPressed" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="FilledButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="FilledButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<StaticResource x:Key="FilledButtonBackgroundFocused" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="FilledButtonBackgroundPointerFocused" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="FilledButtonBorderBrush" ResourceKey="SystemControlTransparentBrush" />
Expand Down Expand Up @@ -277,7 +277,7 @@
<StaticResource x:Key="FilledTonalButtonBackground" ResourceKey="SecondaryContainerBrush" />
<StaticResource x:Key="FilledTonalButtonBackgroundPointerOver" ResourceKey="SecondaryContainerBrush" />
<StaticResource x:Key="FilledTonalButtonBackgroundPressed" ResourceKey="SecondaryContainerBrush" />
<StaticResource x:Key="FilledTonalButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="FilledTonalButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<StaticResource x:Key="FilledTonalButtonBackgroundFocused" ResourceKey="SecondaryContainerBrush" />
<StaticResource x:Key="FilledTonalButtonBackgroundPointerFocused" ResourceKey="SecondaryContainerBrush" />
<StaticResource x:Key="FilledTonalButtonBorderBrush" ResourceKey="SystemControlTransparentBrush" />
Expand Down Expand Up @@ -307,7 +307,7 @@
<StaticResource x:Key="OutlinedButtonBackground" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedButtonBackgroundPointerOver" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedButtonBackgroundPressed" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="OutlinedButtonBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<StaticResource x:Key="OutlinedButtonBackgroundFocused" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedButtonBackgroundPointerFocused" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="OutlinedButtonBorderBrush" ResourceKey="OutlineBrush" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<StaticResource x:Key="FabStateOverlayBackgroundPointerOver" ResourceKey="OnPrimaryContainerHoverBrush" />
<StaticResource x:Key="FabStateOverlayBackgroundFocused" ResourceKey="OnPrimaryContainerFocusedBrush" />
<StaticResource x:Key="FabStateOverlayBackgroundPressed" ResourceKey="OnPrimaryContainerPressedBrush" />
<StaticResource x:Key="FabStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="FabStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<!--#endregion-->

<!--#region Surface FAB Brushes-->
Expand All @@ -38,7 +38,7 @@
<StaticResource x:Key="FabSurfaceStateOverlayBackgroundPointerOver" ResourceKey="PrimaryHoverBrush" />
<StaticResource x:Key="FabSurfaceStateOverlayBackgroundFocused" ResourceKey="PrimaryFocusedBrush" />
<StaticResource x:Key="FabSurfaceStateOverlayBackgroundPressed" ResourceKey="PrimaryPressedBrush" />
<StaticResource x:Key="FabSurfaceStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="FabSurfaceStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<!--#endregion-->

<!--#region Secondary FAB Brushes-->
Expand All @@ -54,7 +54,7 @@
<StaticResource x:Key="FabSecondaryStateOverlayBackgroundPointerOver" ResourceKey="OnSecondaryContainerHoverBrush" />
<StaticResource x:Key="FabSecondaryStateOverlayBackgroundFocused" ResourceKey="OnSecondaryContainerFocusedBrush" />
<StaticResource x:Key="FabSecondaryStateOverlayBackgroundPressed" ResourceKey="OnSecondaryContainerPressedBrush" />
<StaticResource x:Key="FabSecondaryStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="FabSecondaryStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<!--#endregion-->

<!--#region Tertiary FAB Brushes-->
Expand All @@ -69,7 +69,7 @@
<StaticResource x:Key="FabTertiaryStateOverlayBackgroundPointerOver" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="FabTertiaryStateOverlayBackgroundFocused" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="FabTertiaryStateOverlayBackgroundPressed" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="FabTertiaryStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="FabTertiaryStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<!--#endregion-->

<!--#region Default FAB Resources-->
Expand Down Expand Up @@ -107,7 +107,7 @@
<StaticResource x:Key="FabStateOverlayBackgroundPointerOver" ResourceKey="OnPrimaryContainerHoverBrush" />
<StaticResource x:Key="FabStateOverlayBackgroundFocused" ResourceKey="OnPrimaryContainerFocusedBrush" />
<StaticResource x:Key="FabStateOverlayBackgroundPressed" ResourceKey="OnPrimaryContainerPressedBrush" />
<StaticResource x:Key="FabStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="FabStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<!--#endregion-->

<!--#region Surface FAB Brushes-->
Expand All @@ -123,7 +123,7 @@
<StaticResource x:Key="FabSurfaceStateOverlayBackgroundPointerOver" ResourceKey="PrimaryHoverBrush" />
<StaticResource x:Key="FabSurfaceStateOverlayBackgroundFocused" ResourceKey="PrimaryFocusedBrush" />
<StaticResource x:Key="FabSurfaceStateOverlayBackgroundPressed" ResourceKey="PrimaryPressedBrush" />
<StaticResource x:Key="FabSurfaceStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="FabSurfaceStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<!--#endregion-->

<!--#region Secondary FAB Brushes-->
Expand All @@ -139,7 +139,7 @@
<StaticResource x:Key="FabSecondaryStateOverlayBackgroundPointerOver" ResourceKey="OnSecondaryContainerHoverBrush" />
<StaticResource x:Key="FabSecondaryStateOverlayBackgroundFocused" ResourceKey="OnSecondaryContainerFocusedBrush" />
<StaticResource x:Key="FabSecondaryStateOverlayBackgroundPressed" ResourceKey="OnSecondaryContainerPressedBrush" />
<StaticResource x:Key="FabSecondaryStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="FabSecondaryStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<!--#endregion-->

<!--#region Tertiary FAB Brushes-->
Expand All @@ -154,7 +154,7 @@
<StaticResource x:Key="FabTertiaryStateOverlayBackgroundPointerOver" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="FabTertiaryStateOverlayBackgroundFocused" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="FabTertiaryStateOverlayBackgroundPressed" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="FabTertiaryStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="FabTertiaryStateOverlayBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<!--#endregion-->

<!--#region Default FAB Resources-->
Expand Down
12 changes: 6 additions & 6 deletions src/library/Uno.Material/Styles/Controls/v2/NavigationView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
<StaticResource x:Key="NavigationViewButtonForeground" ResourceKey="OnSurfaceBrush" />
<StaticResource x:Key="NavigationViewButtonForegroundPointerOver" ResourceKey="OnSurfaceBrush" />
<StaticResource x:Key="NavigationViewButtonForegroundPressed" ResourceKey="OnSurfaceBrush" />
<StaticResource x:Key="NavigationViewButtonForegroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="NavigationViewButtonForegroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />

<StaticResource x:Key="NavigationViewButtonBackground" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="NavigationViewButtonBackgroundPointerOver" ResourceKey="PrimaryHoverBrush" />
Expand All @@ -177,7 +177,7 @@
<StaticResource x:Key="NavigationViewItemBackground" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundPointerOver" ResourceKey="PrimaryHoverBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundPressed" ResourceKey="PrimaryPressedBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundSelected" ResourceKey="PrimarySelectedBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundSelectedPointerOver" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundSelectedPressed" ResourceKey="SystemControlTransparentBrush" />
Expand Down Expand Up @@ -353,7 +353,7 @@
<StaticResource x:Key="NavigationViewButtonForeground" ResourceKey="OnSurfaceBrush" />
<StaticResource x:Key="NavigationViewButtonForegroundPointerOver" ResourceKey="OnSurfaceBrush" />
<StaticResource x:Key="NavigationViewButtonForegroundPressed" ResourceKey="OnSurfaceBrush" />
<StaticResource x:Key="NavigationViewButtonForegroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="NavigationViewButtonForegroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />

<StaticResource x:Key="NavigationViewButtonBackground" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="NavigationViewButtonBackgroundPointerOver" ResourceKey="PrimaryHoverBrush" />
Expand All @@ -365,7 +365,7 @@
<StaticResource x:Key="NavigationViewItemBackground" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundPointerOver" ResourceKey="PrimaryHoverBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundPressed" ResourceKey="PrimaryPressedBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundSelected" ResourceKey="PrimarySelectedBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundSelectedPointerOver" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundSelectedPressed" ResourceKey="SystemControlTransparentBrush" />
Expand Down Expand Up @@ -541,7 +541,7 @@
<StaticResource x:Key="NavigationViewButtonForeground" ResourceKey="OnSurfaceBrush" />
<StaticResource x:Key="NavigationViewButtonForegroundPointerOver" ResourceKey="OnSurfaceBrush" />
<StaticResource x:Key="NavigationViewButtonForegroundPressed" ResourceKey="OnSurfaceBrush" />
<StaticResource x:Key="NavigationViewButtonForegroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="NavigationViewButtonForegroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />

<StaticResource x:Key="NavigationViewButtonBackground" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="NavigationViewButtonBackgroundPointerOver" ResourceKey="PrimaryHoverBrush" />
Expand All @@ -553,7 +553,7 @@
<StaticResource x:Key="NavigationViewItemBackground" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundPointerOver" ResourceKey="PrimaryHoverBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundPressed" ResourceKey="PrimaryPressedBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundDisabled" ResourceKey="OnSurfaceDisabledBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundSelected" ResourceKey="PrimarySelectedBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundSelectedPointerOver" ResourceKey="SystemControlTransparentBrush" />
<StaticResource x:Key="NavigationViewItemBackgroundSelectedPressed" ResourceKey="SystemControlTransparentBrush" />
Expand Down
4 changes: 2 additions & 2 deletions src/library/Uno.Material/Styles/Controls/v2/PasswordBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<StaticResource x:Key="OutlinedPasswordBoxBorderBrush" ResourceKey="OutlineBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBorderBrushPointerOver" ResourceKey="OnSurfaceBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBorderBrushFocused" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBorderBrushDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBorderBrushDisabled" ResourceKey="OnSurfaceDisabledBrush" />

<StaticResource x:Key="OutlinedPasswordBoxForeground" ResourceKey="OnSurfaceBrush" />
<StaticResource x:Key="OutlinedPasswordBoxForegroundPointerOver" ResourceKey="OnSurfaceBrush" />
Expand Down Expand Up @@ -159,7 +159,7 @@
<StaticResource x:Key="OutlinedPasswordBoxBorderBrush" ResourceKey="OutlineBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBorderBrushPointerOver" ResourceKey="OnSurfaceBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBorderBrushFocused" ResourceKey="PrimaryBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBorderBrushDisabled" ResourceKey="OnSurfaceDisabledLowBrush" />
<StaticResource x:Key="OutlinedPasswordBoxBorderBrushDisabled" ResourceKey="OnSurfaceDisabledBrush" />

<StaticResource x:Key="OutlinedPasswordBoxForeground" ResourceKey="OnSurfaceBrush" />
<StaticResource x:Key="OutlinedPasswordBoxForegroundPointerOver" ResourceKey="OnSurfaceBrush" />
Expand Down
Loading
Loading