render close icon

This commit is contained in:
daria 2025-08-28 15:04:38 +03:00
parent ab8927ac05
commit a917edadf2
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701
2 changed files with 4 additions and 0 deletions

View File

@ -1440,6 +1440,9 @@
& > * {
margin-right: 10px;
}
svg {
margin: 0;
}
}
}
.cp-radio {

View File

@ -5089,6 +5089,7 @@ define([
$button.after(confirmContent);
$button.remove();
picker.open();
Lucide.createIcons();
});
$endDate.append(h('div.cp-form-status', text));