Skip to content

Commit

Permalink
Restyle code divider
Browse files Browse the repository at this point in the history
  • Loading branch information
NotYoojun committed Jan 22, 2025
1 parent ad73e90 commit 33c12f5
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,8 @@
Substitutions="{TemplateBinding Substitutions}" />
<Border
x:Name="SampleCodeSeparator"
Margin="0,20"
BorderBrush="{DynamicResource SystemControlBackgroundBaseMediumBrush}"
BorderThickness="1"
Margin="-24,20" Height="1"
Background="{DynamicResource {x:Static ui:ThemeKeys.CardStrokeColorDefaultBrushKey}}"
Visibility="Collapsed" />
<controls:SampleCodePresenter
x:Name="CSharpPresenter"
Expand Down

0 comments on commit 33c12f5

Please sign in to comment.