Skip to content

Commit

Permalink
💄 reduce radiobutton size
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinmagrez committed Dec 24, 2020
1 parent e1a0404 commit ae5f6bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Smartway.UiComponent/Inputs/RadioButton.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
</ContentView.Triggers>
</ContentView>
<Frame
WidthRequest="16"
HeightRequest="16"
WidthRequest="10"
HeightRequest="10"
BackgroundColor="White"
VerticalOptions="Start"
HorizontalOptions="Center"
Expand Down

0 comments on commit ae5f6bf

Please sign in to comment.