Skip to content

Commit

Permalink
Finished
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDotH committed Apr 26, 2023
1 parent 0404699 commit fe722e1
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
FontWeight="Light"
FontSize="15"/>

<TextBlock Text="3649q694"
<TextBlock Text="0e65db204daf53b148eca6a0efb843b56716cf47"
FontWeight="Bold"
FontSize="15"/>
</StackPanel>
Expand All @@ -80,7 +80,7 @@
FontWeight="Light"
FontSize="15"/>

<TextBlock Text="3649q694"
<TextBlock Text="b/vExNSmPh1j+PBXPnf/LzYk2IY="
FontWeight="Bold"
FontSize="15"/>
</StackPanel>
Expand All @@ -105,13 +105,12 @@
VerticalAlignment="Bottom"
Margin="4,4,5,5"
FontSize="16">

<TextBlock.Foreground>
<RadialGradientBrush Center="0.5,0.5" Radius="0.5">
<GradientStop Color="Blue" Offset="0" />
<GradientStop Color="Cyan" Offset="0.5" />
<GradientStop Color="White" Offset="1" />
</RadialGradientBrush>
<ConicGradientBrush Center="0.5,0.5" >
<GradientStop Color="#d00000" Offset="0.0"/>
<GradientStop Color="#f48c06" Offset="0.4"/>
<GradientStop Color="#ffba08" Offset="1" />
</ConicGradientBrush>
</TextBlock.Foreground>
</TextBlock>
</Border>
Expand Down

0 comments on commit fe722e1

Please sign in to comment.