Skip to content

Commit

Permalink
Merge pull request #2607 from get10101/chore/default-leverage
Browse files Browse the repository at this point in the history
feat: why you no go max bro?
  • Loading branch information
bonomat authored Jun 5, 2024
2 parents 646d777 + d36e68b commit 7f594e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/features/trade/leverage_slider.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class LeverageSlider extends StatefulWidget {
final bool isActive;

const LeverageSlider(
{required this.onLeverageChanged, this.initialValue = 2, super.key, required this.isActive});
{required this.onLeverageChanged, this.initialValue = 5, super.key, required this.isActive});

@override
State<LeverageSlider> createState() => _LeverageSliderState();
Expand Down

0 comments on commit 7f594e4

Please sign in to comment.