Update account dropdowns (#2959)
* Simplify & consolidate address items * Adjust dropdown background
This commit is contained in:
@@ -158,6 +158,7 @@ export default class Details extends Component {
|
||||
|
||||
return (
|
||||
<Select
|
||||
className={ styles.tokenSelect }
|
||||
label='type of token transfer'
|
||||
hint='type of token to transfer'
|
||||
value={ tag }
|
||||
|
||||
@@ -42,9 +42,16 @@
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
|
||||
.tokenSelect {
|
||||
}
|
||||
|
||||
.token {
|
||||
height: 32px;
|
||||
margin-top: 14px;
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
.tokenSelect .token {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.token img {
|
||||
|
||||
Reference in New Issue
Block a user