diff --git a/mobile/lib/features/trade/trade_screen.dart b/mobile/lib/features/trade/trade_screen.dart index b7e898f75..5e8ad9a40 100644 --- a/mobile/lib/features/trade/trade_screen.dart +++ b/mobile/lib/features/trade/trade_screen.dart @@ -348,7 +348,7 @@ class FundingRateWidget extends StatelessWidget { style: DefaultTextStyle.of(context).style, children: [ TextSpan( - text: " ${(rate!.rate.abs() * 100).toStringAsFixed(2)}% ", + text: " ${(rate!.rate.abs() * 100).toStringAsFixed(4)}% ", style: const TextStyle(fontWeight: FontWeight.bold), ), TextSpan(