Skip to content

Commit e08f0e9

Browse files
committed
Update code docs
1 parent ae34d58 commit e08f0e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/components_video_VideoPlayerView.bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
m.top.bufferingBar.filledBarBlendColor = globalColors.secondary
7474

7575
m.top.trickPlayBar.filledBarBlendColor = globalColors.secondary
76-
m.top.trickPlayBar.thumbBlendColor = globalColors.primary
76+
m.top.trickPlayBar.thumbBlendColor = globalColors.text_primary
7777
m.top.trickPlayBar.textColor = globalColors.text_primary
7878
m.top.trickPlayBar.currentTimeMarkerBlendColor = globalColors.text_primary
7979
end sub

docs/source_VideoPlayer.bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
video.bufferingBar.filledBarBlendColor = globalColors.secondary
2323

2424
video.trickPlayBar.filledBarBlendColor = globalColors.secondary
25-
video.trickPlayBar.thumbBlendColor = globalColors.primary
25+
video.trickPlayBar.thumbBlendColor = globalColors.text_primary
2626
video.trickPlayBar.textColor = globalColors.text_primary
2727
video.trickPlayBar.currentTimeMarkerBlendColor = globalColors.text_primary
2828

0 commit comments

Comments
 (0)