Skip to content

Commit

Permalink
fix: clean up state and add white color
Browse files Browse the repository at this point in the history
  • Loading branch information
fbaiodias committed Mar 22, 2018
1 parent adfd450 commit 77bd452
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/video-recorder.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const Wrapper = styled.div`
overflow: hidden;
min-height: 119px;
background-color: #000;
color: white;
`

const CameraView = styled.div`
Expand Down Expand Up @@ -123,9 +124,7 @@ export default class VideoRecorder extends Component {
streamIsReady: false,
isInlineRecordingSupported,
isVideoInputSupported,
stream: undefined,
showInstallModal: false,
installClicked: false
stream: undefined
}

this.handleSuccess = this.handleSuccess.bind(this)
Expand Down

0 comments on commit 77bd452

Please sign in to comment.