Skip to content

Commit

Permalink
toast gradient overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
kikipoulet committed Oct 9, 2024
1 parent 89cd006 commit fb25093
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SukiUI/Controls/SukiToast.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<Panel Margin="0">
<Panel.Background>
<LinearGradientBrush StartPoint="0%,0%" EndPoint="100%,100%">
<GradientStop Offset="0" Color="{DynamicResource SukiAccentColor5}" />
<GradientStop Offset="0" Color="{DynamicResource SukiPrimaryColor5}" />
<GradientStop Offset="1" Color="{DynamicResource SukiPrimaryColor10}" />
</LinearGradientBrush>
</Panel.Background>
Expand All @@ -34,8 +34,8 @@
<Panel Margin="0">
<Panel.Background>
<LinearGradientBrush StartPoint="0%,0%" EndPoint="100%,100%">
<GradientStop Offset="0" Color="{DynamicResource SukiAccentColor3}" />
<GradientStop Offset="1" Color="{DynamicResource SukiPrimaryColor3}" />
<GradientStop Offset="0" Color="{DynamicResource SukiAccentColor1}" />
<GradientStop Offset="1" Color="{DynamicResource SukiPrimaryColor1}" />
</LinearGradientBrush>
</Panel.Background>
</Panel>
Expand Down

0 comments on commit fb25093

Please sign in to comment.