Skip to content

Commit

Permalink
refactor: add padding to current spot label
Browse files Browse the repository at this point in the history
  • Loading branch information
kate-deriv committed Nov 5, 2024
1 parent 2127135 commit 6d9b77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart_app/lib/deriv_chart_wrapper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ class DerivChartWrapperState extends State<DerivChartWrapper> {
feedModel.ticks.last,
id: 'last_tick_indicator',
style: HorizontalBarrierStyle(
labelPadding: 8,
color: latestTickColor,
hasArrow: false,
textStyle: TextStyle(
Expand Down

0 comments on commit 6d9b77b

Please sign in to comment.