You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-23 21:02:09 +03:00
Fix terms auth continue button CSS
This commit is contained in:
@@ -333,7 +333,9 @@ export const TermsAuthEntry = React.createClass({
|
||||
|
||||
let submitButton;
|
||||
if (!this.props.hideContinue) {
|
||||
submitButton = <button className="mx_textButton" onClick={this._trySubmit}>{_t("Continue")}</button>;
|
||||
// XXX: button classes
|
||||
submitButton = <button className="mx_InteractiveAuthEntryComponents_termsSubmit mx_UserSettings_button"
|
||||
onClick={this._trySubmit}>{_t("Continue")}</button>;
|
||||
}
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user