This commit is contained in:
2025-12-29 11:15:34 +00:00
committed by FernandoJVideira
parent 08c20acdf4
commit eafb4a4d1c
3 changed files with 57 additions and 30 deletions
+2 -2
View File
@@ -155,11 +155,11 @@
class="flex-1 font-bold py-3 px-6 rounded-lg transition-all"
:class="[
isLoggingOut
? 'bg-red-600 hover:bg-red-700 text-white w-full' // Estilo de destaque para Logout
? 'bg-red-600 hover:bg-red-700 text-white w-full'
: 'bg-gray-700 hover:bg-gray-600 text-white',
]"
>
{{ isLoggingOut ? 'Confirmar Logout' : 'Close' }}
{{ isLoggingOut ? 'Confirm Logout' : 'Close' }}
</button>
</div>
</div>