Skip to content

Commit

Permalink
fix: Middle dot in dropzone UI (#26)
Browse files Browse the repository at this point in the history
* fix: Handle the file removal event without manually deleting files

* feat: add middle dot symbol

* chore: Bumb livewire-dropzone-styles package version to 1.0.7
  • Loading branch information
dasundev authored Apr 7, 2024
1 parent 90b4a2a commit 4408d36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/livewire-dropzone-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dasundev/livewire-dropzone-styles",
"version": "1.0.3",
"version": "1.0.7",
"style": "dist/styles.css",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion resources/views/livewire/dropzone.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class="dz-hidden"
@endif

@if($hasMaxFileSize && $hasMimes)
<span class="w-1 h-1 bg-gray-400 rounded-full"></span>
<span class="w-1 h-1 text-gray-400"</span>
@endif

@if($hasMimes)
Expand Down

0 comments on commit 4408d36

Please sign in to comment.