mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-26 11:22:57 +00:00
make sure dark theme is set on settings editor too
This commit is contained in:
@@ -3,9 +3,7 @@ import React from 'react';
|
|||||||
|
|
||||||
const SettingsEditor = ({ settings, updateSettings = ()=>{}, EditorThemeNameList })=>{
|
const SettingsEditor = ({ settings, updateSettings = ()=>{}, EditorThemeNameList })=>{
|
||||||
|
|
||||||
const validations = {
|
const validations = {};
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
const handleFieldChange = (setting, e)=>{
|
const handleFieldChange = (setting, e)=>{
|
||||||
const value =
|
const value =
|
||||||
|
|||||||
Reference in New Issue
Block a user