Merge pull request #4508 from matrix-org/bwindels/moarthemingfixes

Small custom theming fixes
This commit is contained in:
Bruno Windels 2020-04-28 15:25:53 +00:00 committed by GitHub
commit d723aa9efe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 7 deletions

View file

@ -150,7 +150,7 @@ export default class RoomRecoveryReminder extends React.PureComponent {
)}</p>
</div>
<div className="mx_RoomRecoveryReminder_buttons">
<AccessibleButton className="mx_RoomRecoveryReminder_button"
<AccessibleButton kind="primary"
onClick={this.onSetupClick}>
{setupCaption}
</AccessibleButton>