1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

conform to style

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2019-09-25 18:10:05 +01:00
parent ab3e5c3b87
commit 3672832d38

View File

@@ -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>
); );