Skip to content

Commit

Permalink
chore: pr comments
Browse files Browse the repository at this point in the history
(cherry picked from commit 85cdd03)
  • Loading branch information
kazo0 authored and mergify[bot] committed Sep 5, 2023
1 parent 0412117 commit 554f62d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified doc/assets/material-button-pointerover-lightweight-styling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions doc/lightweight-styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Lightweight Styling allows for fine-grained control over the look of your UI com
<Button Content="Overridden Button Style"
Style="{StaticResource FilledButtonStyle}">
<Button.Resources>
<Thickness x:Key="ButtonBorderThickness">2</Thickness>
<SolidColorBrush x:Key="FilledButtonForeground" Color="DarkGreen" />
<SolidColorBrush x:Key="FilledButtonBackground" Color="LightGreen" />
<SolidColorBrush x:Key="FilledButtonBorderBrush" Color="DarkGreen" />
Expand Down

0 comments on commit 554f62d

Please sign in to comment.