Skip to content

Commit

Permalink
Fix separator color when changing themes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemonaco committed Jul 25, 2021
1 parent c095777 commit c11b1b4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

<Border
Margin="5,0,12,0"
BorderBrush="{StaticResource separatorBrush}"
BorderBrush="{DynamicResource separatorBrush}"
BorderThickness="1" />

<StackPanel>
Expand All @@ -128,7 +128,7 @@

<Border
Margin="6,0,6,0"
BorderBrush="{StaticResource separatorBrush}"
BorderBrush="{DynamicResource separatorBrush}"
BorderThickness="1" />

<StackPanel Margin="10,0,10,0">
Expand Down Expand Up @@ -166,7 +166,7 @@

<Border
Margin="12,0,12,0"
BorderBrush="{StaticResource separatorBrush}"
BorderBrush="{DynamicResource separatorBrush}"
BorderThickness="1" />

<StackPanel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@

<Border
Margin="5,6,5,0"
BorderBrush="{StaticResource separatorBrush}"
BorderBrush="{DynamicResource separatorBrush}"
BorderThickness="1" />

<!-- Arranger Tools -->
Expand Down Expand Up @@ -239,7 +239,7 @@

<Border
Margin="5,6,5,0"
BorderBrush="{StaticResource separatorBrush}"
BorderBrush="{DynamicResource separatorBrush}"
BorderThickness="1" />

<StackPanel>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

<Border
Margin="5,6,5,4"
BorderBrush="{StaticResource separatorBrush}"
BorderBrush="{DynamicResource separatorBrush}"
BorderThickness="1" />

<!-- Tools -->
Expand Down
2 changes: 1 addition & 1 deletion TileShop.WPF/Features/Shell/ShellView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@

<Border
Margin="5,12,5,10"
BorderBrush="{StaticResource separatorBrush}"
BorderBrush="{DynamicResource separatorBrush}"
BorderThickness="1" />

<Button
Expand Down

0 comments on commit c11b1b4

Please sign in to comment.