Skip to content

Commit

Permalink
DEV-42829 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
DCrow authored Jun 5, 2024
1 parent 0381376 commit 9c6c0f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/app/pages/buyers/buyer/order/scan/code_scan_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ class _CodeScanViewState extends State<_CodeScanView> {
onSubmitted: (value) => vm.updateAmount(codeLine, int.tryParse(value) ?? 0, true),
cursorColor: Colors.white,
decoration: const InputDecoration(
fillColor: Colors.transparent,
focusedBorder: UnderlineInputBorder(borderSide: BorderSide(width: 3, color: Colors.white)),
enabledBorder: UnderlineInputBorder(borderSide: BorderSide(width: 3, color: Colors.white)),
),
Expand Down

0 comments on commit 9c6c0f5

Please sign in to comment.