Skip to content

Commit

Permalink
Merge pull request #42 from ZeroGachis/fix/barcode-input-font-style
Browse files Browse the repository at this point in the history
🎨 fix size and font for entry value
  • Loading branch information
pewho authored Dec 30, 2020
2 parents 689bf64 + 254e0ae commit 11ef185
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 11ef185

Please sign in to comment.