Commit 1a48f0f8 authored by Chanon.u's avatar Chanon.u
Browse files

Change background color for preview xml

parent 231beb92
......@@ -138,7 +138,7 @@
<div>
<span class="block text-sm font-medium text-slate-700 mb-1.5">Preview XML</span>
</div>
<div class="bg-gray-100 p-4 rounded-lg">
<div class="bg-white-500 p-4 rounded-lg">
<!-- Highlight.js Code Block -->
<pre class="is-scrollbar-hidden max-h-96 overflow-auto rounded-lg p-2" x-data x-init="hljs.highlightElement($el);"><code class="xml">{{ $xmlContent }}</code></pre>
</div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment