set default theme

This commit is contained in:
btzr-io 2017-08-04 20:11:07 -06:00
parent 977d116f40
commit 4bbab4befc

View file

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