Form editor v2 (#579)
* Form editor v2 * fix template test * setFormDefaults when save * fix form cleaning dark mode * improvements on open sidebar * UI polish * Fix change type button --------- Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<VTransition>
|
||||
<section
|
||||
v-if="hasCleanings && !hideWarning"
|
||||
class="flex gap-3 p-4 bg-blue-50 rounded-lg border border-blue-300 border-solid max-md:flex-wrap mb-2"
|
||||
class="flex gap-3 p-4 bg-blue-50 dark:bg-blue-950 rounded-lg border border-blue-300 border-solid max-md:flex-wrap mb-2"
|
||||
aria-labelledby="notification-title"
|
||||
>
|
||||
<div class="flex justify-center items-center self-start py-px">
|
||||
|
||||
Reference in New Issue
Block a user