fix line indents
This commit is contained in:
parent
24cf3d5f05
commit
9b623f5b44
1 changed files with 2 additions and 2 deletions
|
@ -258,10 +258,10 @@ export default class AppearanceUserSettingsTab extends React.Component<IProps, I
|
|||
key={theme.id}
|
||||
value={theme.id}
|
||||
name={"theme"}
|
||||
disabled={this.state.useSystemTheme}
|
||||
disabled={this.state.useSystemTheme}
|
||||
checked={!this.state.useSystemTheme && theme.id === this.state.theme}
|
||||
className={"mx_ThemeSelector_" + theme.id}
|
||||
>
|
||||
>
|
||||
{theme.name}
|
||||
</StyledRadioButton>;
|
||||
})}
|
||||
|
|
Loading…
Reference in a new issue