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
|
||||
type="select"
|
||||
onChange={this.onThemeChange.bind(this)}
|
||||
defaultValue={"Light"}
|
||||
defaultValue={lbry.getClientSetting("theme")}
|
||||
className="form-field__input--inline"
|
||||
>
|
||||
{themes.map((i, k) =>
|
||||
|
|
Loading…
Reference in a new issue