Skip to content

Commit

Permalink
fix(component): Fixed MediaPlayerwrong style.
Browse files Browse the repository at this point in the history
  • Loading branch information
myxvisual committed Jun 14, 2017
1 parent 0267905 commit 25494d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MediaPlayer/Control.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default class Control extends React.Component<ControlProps, ControlState>
>
<div style={styles.sliderContainer}>
<Slider
style={{ width: "100%" }}
style={{ width: "100%", padding: "0 16px" }}
initValue={played || 0}
minValue={0}
maxValue={1}
Expand Down

0 comments on commit 25494d1

Please sign in to comment.