You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-05 23:10:41 +03:00
use same style as UserInfo for sections and paragraphs
This commit is contained in:
@@ -26,6 +26,14 @@ export default class VerificationPanel extends React.PureComponent {
|
||||
}
|
||||
|
||||
render() {
|
||||
return <div class="mx_UserInfo">
|
||||
<div class="mx_UserInfo_container">
|
||||
{ this.renderStatus() }
|
||||
</div>
|
||||
</div>;
|
||||
}
|
||||
|
||||
renderStatus() {
|
||||
const AccessibleButton = sdk.getComponent('elements.AccessibleButton');
|
||||
const Spinner = sdk.getComponent('elements.Spinner');
|
||||
const {request} = this.props;
|
||||
|
||||
Reference in New Issue
Block a user