how to change theme style
-
I decide to use different theme from ACE library,
i try to modify
return ( <AceEditor name= {"ace_" + key} mode="html" theme="monokai" value={props.attributes.content} onChange={onChangeHandler} onLoad={onLoadHandler} height="auto" width="100%" wrapEnabled={true} minLines={3} maxLines={Infinity} /> ); },
but not works
- The topic ‘how to change theme style’ is closed to new replies.