Skip to content

Commit

Permalink
Updated borderRadius on Dropdown button of currency fields
Browse files Browse the repository at this point in the history
  • Loading branch information
yshwanth committed Mar 11, 2024
1 parent 5087f9c commit e11a408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/currency/dropdown.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class AmountCurrencyDropDown extends StatelessWidget {

return DropdownButton<String>(
value: currency?.name,
borderRadius: BorderRadius.circular(8),
elevation: 16,
style: const TextStyle(color: Colors.deepPurple),
underline: const ColoredBox(color: Colors.transparent),
Expand Down

0 comments on commit e11a408

Please sign in to comment.