Fix #9577 - Use contained button type for unlock button
@ -122,7 +122,7 @@ export default class UnlockPage extends Component {
style={style}
disabled={!this.state.password}
fullWidth
variant="raised"
variant="contained"
size="large"
onClick={this.handleSubmit}
disableRipple