This commit is contained in:
2025-12-24 16:00:53 +00:00
parent 83adbcf2f1
commit 0bf96fc948
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>