Skip to content

Commit

Permalink
🎨 fix size and font for entry value
Browse files Browse the repository at this point in the history
  • Loading branch information
pewho committed Dec 30, 2020
1 parent 689bf64 commit 254e0ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Smartway.UiComponent/Inputs/Barcode/BarcodeInput.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<Setter Property="Margin" Value="-10,0,0,0"></Setter>
<Setter Property="TextColor" Value="White"></Setter>
<Setter Property="PlaceholderColor" Value="#A2A2BA"></Setter>
<Setter Property="FontSize" Value="14"></Setter>
<Setter Property="FontFamily" Value="OpenSans"></Setter>
</Style>
<Style x:Key="Global" TargetType="Frame">
<Setter Property="BackgroundColor" Value="#1A1F3D"></Setter>
Expand Down

0 comments on commit 254e0ae

Please sign in to comment.