make sure dark theme is set on settings editor too

This commit is contained in:
Víctor Losada Hernández
2026-09-25 17:29:32 +02:00
parent b0c9b1179f
commit c58c65147d
@@ -3,9 +3,7 @@ import React from 'react';
const SettingsEditor = ({ settings, updateSettings = ()=>{}, EditorThemeNameList })=>{
const validations = {
};
const validations = {};
const handleFieldChange = (setting, e)=>{
const value =