Update create-theme.tsx

This commit is contained in:
mauro 🤙
2024-08-22 23:21:41 +02:00
committed by GitHub
parent 1a10f01142
commit 60b21f7f42

View File

@@ -179,7 +179,7 @@ export default function CreateThemePage() {
<div className="flex items-center mt-2">
<input type="text" className="border text-gray-500 rounded-lg p-2 w-2/3" value={colorsBorder} onChange={(e) => setColorsBorder(e.target.value)} />
<div className="w-11 h-11 ml-4 rounded-lg border bg-[var(--zen-colors-border)]"></div>
</div
</div>
<h2 className="text-lg mt-8 font-bold opacity-70">
Dialog background color
</h2>