불필요한 CSS 속성 제거 2

This commit is contained in:
static
2025-01-18 13:09:51 +09:00
parent 3d620d716d
commit c24e84a79c
3 changed files with 5 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
onclick={() => setTimeout(onclick, 100)}
class="mb-4 max-w-[50%] flex-1 rounded-xl bg-blue-100 p-3 active:bg-blue-200"
>
<div class="flex h-full w-full flex-col text-left transition active:scale-95">
<div class="text-left transition active:scale-95">
<p class="text-xs text-gray-800">진행 중인 업로드</p>
<p class="font-medium text-blue-800">{uploadingFiles.length}</p>
</div>