SyntaxSquad/DADProject#9 fixforthefix: Remove anoying gray bg

This commit is contained in:
AfonsoCMSousa
2025-12-23 18:53:11 +00:00
parent 18cef8da4b
commit c34d74db46
+1 -1
View File
@@ -1,5 +1,5 @@
<template> <template>
<div class="min-h-screen bg-gray-50 p-8 flex items-center justify-center"> <div class="min-h-screen p-8 flex items-center justify-center">
<!-- Loading State --> <!-- Loading State -->
<div v-if="loading" class="bg-white border border-gray-300 p-12 text-center shadow-sm max-w-md w-full"> <div v-if="loading" class="bg-white border border-gray-300 p-12 text-center shadow-sm max-w-md w-full">
<div class="flex flex-col items-center gap-6"> <div class="flex flex-col items-center gap-6">