Skip to content

Commit

Permalink
Update styles.xaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Aug 31, 2024
1 parent e973442 commit 9bf9fd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Styles/styles.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
BorderBrush="{TemplateBinding BorderBrush}"
BorderThickness="{TemplateBinding BorderThickness}">
<Border.Background>
<LinearGradientBrush StartPoint="0,0" EndPoint="5,1">
<LinearGradientBrush StartPoint="0,0" EndPoint="1,0">
<GradientStop Color="{DynamicResource CardLeft}" Offset="0"/>
<GradientStop Color="{DynamicResource CardRight}" Offset="1"/>
<GradientStop Color="{DynamicResource CardRight}" Offset="1.8"/>
</LinearGradientBrush>
</Border.Background>
<ContentPresenter HorizontalAlignment="Left"
Expand Down

0 comments on commit 9bf9fd9

Please sign in to comment.