refactor: add hover styles for login button

staging
abhisheks 2023-12-09 12:36:41 +05:30
parent a37ce7e027
commit ff7c18e35c
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
<footer class="form-footer w-full mt-8">
<input type="hidden" name="submitLogin" value="1">
{block name='form_buttons'}
<button id="submit-login" class="uppercase font-medium py-2 text-center w-full bg-blue-950 text-gray-50" data-link-action="sign-in" type="submit" >
<button id="submit-login" class="uppercase font-medium py-2 text-center w-full bg-blue-950 hover:bg-blue-900 text-gray-50" data-link-action="sign-in" type="submit" >
{l s='Sign in' d='Shop.Theme.Actions'}
</button>
{/block}