File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
packages/docs/src/components/themegenerator Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 111111 <span class =" text-base-content/40" >Add it after</span >
112112 <span class =" text-base-content/50 font-bold italic" >@plugin "daisyui";</span ></span
113113 >
114- <textarea
115- spellcheck =" false"
116- data-theme =" dark"
117- class =" textarea textarea-border textarea-xs block h-96 min-h-80 w-full max-w-none resize-none font-mono"
118- value ={themeCSS }
119- oninput ={handleThemeCSSInput }
120- ></textarea >
114+ <div data-theme =" dark" >
115+ <textarea
116+ spellcheck =" false"
117+ class =" textarea textarea-border textarea-xs block h-96 min-h-80 w-full max-w-none resize-none font-mono"
118+ value ={themeCSS }
119+ oninput ={handleThemeCSSInput }
120+ ></textarea >
121+ </div >
121122 </div >
122123 <div class ="modal-backdrop" onclick ={() => dialog .close ()}></div >
123124</dialog >
You can’t perform that action at this time.
0 commit comments