This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
|
||||
<button
|
||||
type="button"
|
||||
class="flex w-full cursor-pointer flex-col items-center justify-center gap-2 rounded-2xl border-2 border-dashed border-primary-200 bg-primary-50/50 px-6 py-10 text-center transition focus:outline-none focus-visible:ring-2 focus-visible:ring-primary-400 {isDragging
|
||||
class="flex w-full cursor-pointer flex-col items-center justify-center gap-2 rounded-2xl border-2 border-dashed border-primary-300 bg-white px-6 py-10 text-center transition focus:outline-none focus-visible:ring-2 focus-visible:ring-primary-400 {isDragging
|
||||
? 'border-primary-400 bg-primary-100/60'
|
||||
: ''} {className}"
|
||||
aria-label={ariaLabel}
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
ariaLabel="ZIP-Archiv bearbeiten"
|
||||
label="ZIP-Archiv bearbeiten"
|
||||
sublabel="ZIP-Datei hier ablegen oder zum Auswählen klicken"
|
||||
class="py-10 bg-white border-primary-300"
|
||||
class="py-10"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user