Fix/Update method permissions (#7233)
* Use hex everywhere as appId * Extract requestGroup sub item from clarity * Change size of icon in SignerPending
This commit is contained in:
committed by
Jaco Greeff
parent
3cb4d81eb1
commit
f6f7a87dc6
@@ -19,6 +19,11 @@
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
.fromAvatar {
|
||||
width: 28px !important;
|
||||
height: 28px !important;
|
||||
}
|
||||
|
||||
.toAvatar {
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
@@ -168,6 +168,7 @@ class RequestItem extends Component {
|
||||
<List.Item onClick={ onClick }>
|
||||
<Image avatar size='mini' verticalAlign='middle'>
|
||||
<IdentityIcon
|
||||
className={ styles.fromAvatar }
|
||||
address={ transaction.from }
|
||||
/>
|
||||
</Image>
|
||||
|
||||
Reference in New Issue
Block a user