set default theme
This commit is contained in:
parent
977d116f40
commit
4bbab4befc
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ class SettingsPage extends React.PureComponent {
|
||||||
<FormField
|
<FormField
|
||||||
type="select"
|
type="select"
|
||||||
onChange={this.onThemeChange.bind(this)}
|
onChange={this.onThemeChange.bind(this)}
|
||||||
defaultValue={"Light"}
|
defaultValue={lbry.getClientSetting("theme")}
|
||||||
className="form-field__input--inline"
|
className="form-field__input--inline"
|
||||||
>
|
>
|
||||||
{themes.map((i, k) =>
|
{themes.map((i, k) =>
|
||||||
|
|
Loading…
Reference in a new issue