mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-24 07:51:34 +02:00
fix line indents
This commit is contained in:
parent
24cf3d5f05
commit
9b623f5b44
@ -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…
x
Reference in New Issue
Block a user