Skip to content

Commit

Permalink
Fixed alignment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Feb 22, 2024
1 parent 8abd273 commit 4164aef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ColorPicker/Pages/ImageExtractorPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
Style="{DynamicResource PrimaryButton}" />
<Button
x:Name="ClearBtn"
Margin="5 0"
Margin="0 0 5 0"
Padding="5 2"
Background="{DynamicResource LightAccentColor}"
BorderThickness="0"
Expand All @@ -75,6 +75,7 @@
Padding="5"
VerticalAlignment="Top"
Background="{DynamicResource Background3}"
BorderThickness="0"
Click="OptionsBtn_Click"
Content="&#xF6AA;"
FontFamily="..\Fonts\#FluentSystemIcons-Regular"
Expand Down

0 comments on commit 4164aef

Please sign in to comment.