Update create-theme.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user