mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
use normal accessible button, which is themed
This commit is contained in:
parent
3d094ea542
commit
198edb06b9
2 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue