diff --git a/www/form/app-form.less b/www/form/app-form.less index 1a9ebe76b..c00c6717b 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -1440,6 +1440,9 @@ & > * { margin-right: 10px; } + svg { + margin: 0; + } } } .cp-radio { diff --git a/www/form/inner.js b/www/form/inner.js index 3a8bd3f00..3ee96214d 100644 --- a/www/form/inner.js +++ b/www/form/inner.js @@ -5089,6 +5089,7 @@ define([ $button.after(confirmContent); $button.remove(); picker.open(); + Lucide.createIcons(); }); $endDate.append(h('div.cp-form-status', text));