fix: Confirmation Settings css for light mode
This commit is contained in:
parent
f081ba7621
commit
19616283db
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ class="px-4 py-2 cursor-pointer hover:bg-gray-100 dark:hover:bg-coolgray-300 tex
|
|||
<x-forms.checkbox instantSave id="do_not_track" label="Do Not Track" />
|
||||
</div>
|
||||
|
||||
<h5 class="py-4 font-bold text-white">Confirmation Settings</h5>
|
||||
<h4 class="py-4">Confirmation Settings</h4>
|
||||
@if ($disable_two_step_confirmation)
|
||||
<div class="md:w-96 pb-4">
|
||||
<x-forms.checkbox instantSave id="disable_two_step_confirmation" label="Disable Two Step Confirmation"
|
||||
|
|
|
|||
Loading…
Reference in a new issue