Skip to content

Commit

Permalink
Fix cancel button with on message box dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
sandermvanvliet committed Nov 21, 2023
1 parent 6da42de commit bb4b711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RoadCaptain.App.Shared/Dialogs/MessageBox.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<Style Selector="Button">
<Setter Property="Margin" Value="4,0,0,0"/>
<Setter Property="Padding" Value="8,4,8,4"/>
<Setter Property="Width" Value="80" />
<Setter Property="Width" Value="90" />
<Setter Property="Height" Value="30"/>
<Setter Property="HorizontalContentAlignment" Value="Center" />
<Setter Property="VerticalContentAlignment" Value="Center" />
Expand Down

0 comments on commit bb4b711

Please sign in to comment.