Skip to content

Commit

Permalink
fix: Fixed MediaPlayer style
Browse files Browse the repository at this point in the history
  • Loading branch information
myxvisual committed Jun 20, 2017
1 parent ff3a983 commit 3df1f62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/MediaPlayer/Control.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,10 @@ function getStyles(mock: Control): {
flexDirection: "row",
alignItems: "center",
justifyContent: "space-between",
...(displayMode !== "default" ? rootStyle : void 0),
width: "100%",
...(displayMode !== "default" ? {
background: theme.altHigh
} : void 0),
height: 48
})
};
Expand Down

0 comments on commit 3df1f62

Please sign in to comment.