Skip to content

Commit

Permalink
fix for webform
Browse files Browse the repository at this point in the history
  • Loading branch information
shivendra-webkul committed Aug 23, 2024
1 parent 51f6b04 commit 8a9a2d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class="w-1/5"
class="w-1/5"
>
<x-admin::form.control-group>
<x-admin::form.control-group.label class="">
<x-admin::form.control-group.label>
@lang('admin::app.settings.webforms.create.form-submit-btn-color')
</x-admin::form.control-group.label>
Expand Down Expand Up @@ -256,7 +256,7 @@ class="w-1/5"
</div>
</div>
<div class="flex flex-col gap-4">
<div class= "flex flex-col gap-4">
<x-admin::dropdown class="w-1/5 rounded-lg group-hover:visible dark:border-gray-800 dark:bg-gray-900 dark:text-gray-300 dark:hover:border-gray-400 dark:focus:border-gray-400">
<x-slot:toggle>
<button
Expand Down Expand Up @@ -442,7 +442,7 @@ class="icon-delete cursor-pointer text-2xl"
</x-admin::form.control-group>
<!-- Submit button label -->
<x-admin::form.control-group>
<x-admin::form.control-group class="!mb-0">
<x-admin::form.control-group.label class="required">
@lang('admin::app.settings.webforms.create.submit-button-label')
</x-admin::form.control-group.label>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ class="icon-delete cursor-pointer text-2xl"
</x-admin::form.control-group>
<!-- Submit button label -->
<x-admin::form.control-group>
<x-admin::form.control-group class="!mb-0">
<x-admin::form.control-group.label class="required">
@lang('admin::app.settings.webforms.edit.submit-button-label')
</x-admin::form.control-group.label>
Expand Down

0 comments on commit 8a9a2d5

Please sign in to comment.