use normal accessible button, which is themed

This commit is contained in:
Bruno Windels 2020-04-28 16:35:20 +02:00
parent 3d094ea542
commit 198edb06b9
2 changed files with 1 additions and 6 deletions

View file

@ -33,11 +33,6 @@ limitations under the License.
margin-bottom: 1em; margin-bottom: 1em;
} }
.mx_RoomRecoveryReminder_button {
@mixin mx_DialogButton;
margin: 0 10px;
}
.mx_RoomRecoveryReminder_secondary { .mx_RoomRecoveryReminder_secondary {
font-size: 90%; font-size: 90%;
margin-top: 1em; margin-top: 1em;

View file

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