1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Merge pull request #9616 from darkwing/prevent-button-warning

Fix #9577 - Use contained button type for unlock button
This commit is contained in:
David Walsh 2020-10-16 09:15:20 -05:00 committed by GitHub
commit 0a874e2a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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