Skip to content

Commit

Permalink
feat: Adding surface disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Feb 15, 2023
1 parent c570f48 commit bbd9626
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -454,6 +454,12 @@
Color5BrushName="OnSurfaceSelectedBrush"
Color5Brush="{ThemeResource OnSurfaceSelectedBrush}"
Color5Foreground="{ThemeResource SurfaceSelectedBrush}" />
<styles:ColorPaletteControl Color1BrushName="SurfaceDisabledBrush"
Color1Brush="{ThemeResource SurfaceDisabledBrush}"
Color1Foreground="{ThemeResource OnSurfaceDisabledBrush}"
Color2BrushName="OnSurfaceDisabledBrush"
Color2Brush="{ThemeResource OnSurfaceDisabledBrush}"
Color2Foreground="{ThemeResource SurfaceDisabledBrush}" />


<styles:ColorPaletteControl Color1BrushName="ErrorBrush"
Expand Down

0 comments on commit bbd9626

Please sign in to comment.