File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
ts/components/conversation Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ export const StyledH5AudioPlayer = styled(H5AudioPlayer)<{ dropShadow?: boolean
49
49
}
50
50
51
51
.rhap_current-time,
52
+ .rhap_current-left-time,
52
53
.rhap_total-time {
53
54
margin: 0 5px 0 4px;
54
55
flex-shrink: 0;
@@ -264,7 +265,7 @@ export const AudioPlayerWithEncryptedFile = (props: {
264
265
/>
265
266
</ StyledSpeedButton > ,
266
267
] }
267
- customProgressBarSection = { [ RHAP_UI . DURATION , RHAP_UI . PROGRESS_BAR ] }
268
+ customProgressBarSection = { [ RHAP_UI . CURRENT_LEFT_TIME , RHAP_UI . PROGRESS_BAR ] }
268
269
customIcons = { {
269
270
play : < SessionIcon iconType = "play" iconSize = "small" iconColor = { iconColor } /> ,
270
271
pause : < SessionIcon iconType = "pause" iconSize = "small" iconColor = { iconColor } /> ,
You can’t perform that action at this time.
0 commit comments