mirror of https://github.com/vector-im/riot-web
conform to style
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
ab3e5c3b87
commit
3672832d38
|
@ -74,7 +74,8 @@ export default class ToggleSwitch extends React.Component {
|
||||||
role="checkbox"
|
role="checkbox"
|
||||||
aria-checked={this.state.checked}
|
aria-checked={this.state.checked}
|
||||||
aria-disabled={disabled}
|
aria-disabled={disabled}
|
||||||
tabIndex={0}>
|
tabIndex={0}
|
||||||
|
>
|
||||||
<div className="mx_ToggleSwitch_ball" />
|
<div className="mx_ToggleSwitch_ball" />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue