You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Merge pull request #4508 from matrix-org/bwindels/moarthemingfixes
Small custom theming fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user