mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Adjust button styles for Send Token screen
This commit is contained in:
parent
97cb25c9f1
commit
a7ab69b940
@ -380,6 +380,7 @@ PendingTx.prototype.render = function () {
|
||||
fontSize: '12px',
|
||||
lineHeight: '20px',
|
||||
textAlign: 'center',
|
||||
borderStyle: 'none',
|
||||
},
|
||||
disabled: insufficientBalance || !this.state.valid || !isValidAddress || this.state.submitting,
|
||||
}),
|
||||
|
@ -47,6 +47,6 @@ table {
|
||||
border-spacing: 0;
|
||||
}
|
||||
|
||||
input, button {
|
||||
button {
|
||||
border-style: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user