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"
|
||||
aria-checked={this.state.checked}
|
||||
aria-disabled={disabled}
|
||||
tabIndex={0}>
|
||||
tabIndex={0}
|
||||
>
|
||||
<div className="mx_ToggleSwitch_ball" />
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue