Skip to content

Commit

Permalink
Button alignment to center.
Browse files Browse the repository at this point in the history
  • Loading branch information
doncho-toromanov committed Oct 30, 2024
1 parent 02fdd48 commit b53e4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/controllers/setup.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</div>

<div
class="my-8 flex flex-col md:flex-row md:items-center justify-center md:justify-end space-y-2 md:space-y-0 space-x-3">
class="my-8 flex flex-col md:flex-row md:items-center justify-center space-y-2 md:space-y-0 space-x-3">
@include('nova-google2fa::partials.logout-form', ['withSubmitButton' => true])
<button type="button"
class="shadow relative bg-primary-500 hover:bg-primary-400 text-white dark:text-gray-900 cursor-pointer rounded text-sm font-bold focus:outline-none focus:ring ring-primary-200 dark:ring-gray-600 inline-flex items-center justify-center h-9 px-3 shadow relative bg-primary-500 hover:bg-primary-400 text-white dark:text-gray-900"
Expand Down

0 comments on commit b53e4d7

Please sign in to comment.