We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d3091e commit fde944dCopy full SHA for fde944d
ts/components/conversation/H5AudioPlayer.tsx
@@ -48,11 +48,8 @@ export const StyledH5AudioPlayer = styled(H5AudioPlayer)<{ dropShadow?: boolean
48
outline: none;
49
}
50
51
+ .rhap_current-time,
52
.rhap_total-time {
- display: none;
53
- }
54
-
55
- .rhap_current-time {
56
margin: 0 5px 0 4px;
57
flex-shrink: 0;
58
@@ -267,6 +264,7 @@ export const AudioPlayerWithEncryptedFile = (props: {
267
264
/>
268
265
</StyledSpeedButton>,
269
266
]}
+ customProgressBarSection={[RHAP_UI.DURATION, RHAP_UI.PROGRESS_BAR]}
270
customIcons={{
271
play: <SessionIcon iconType="play" iconSize="small" iconColor={iconColor} />,
272
pause: <SessionIcon iconType="pause" iconSize="small" iconColor={iconColor} />,
0 commit comments