Skip to content

Commit

Permalink
fix: reduce buy/sell button size
Browse files Browse the repository at this point in the history
to avoid overlapping of the position

Signed-off-by: Philipp Hoenisch <philipp@coblox.tech>
  • Loading branch information
bonomat committed Feb 24, 2024
1 parent 68bc1d6 commit 2a3f261
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mobile/lib/features/trade/trade_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ class TradeScreen extends StatelessWidget {
children: <Widget>[
SizedBox(
width: tradeButtonWidth,
height: 50,
child: FloatingActionButton.extended(
key: tradeScreenButtonBuy,
heroTag: "btnBuy",
Expand All @@ -234,6 +235,7 @@ class TradeScreen extends StatelessWidget {
const SizedBox(width: 20),
SizedBox(
width: tradeButtonWidth,
height: 50,
child: FloatingActionButton.extended(
key: tradeScreenButtonSell,
heroTag: "btnSell",
Expand Down

0 comments on commit 2a3f261

Please sign in to comment.