Skip to content

Commit

Permalink
#280 drop zone file upload warning icon filled
Browse files Browse the repository at this point in the history
  • Loading branch information
markostreich committed Oct 21, 2024
1 parent b3b8020 commit 874933a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FileDropzone/MucFileDropzone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
v-if="!validFileSizes && maxFileSizeWarning"
class="m-error-message"
>
<MucIcon icon="warning" />
<MucIcon icon="warning--filled" />
{{ maxFileSizeWarning }}
</span>
<span
v-if="!validTotalFileSizes && maxTotalFileSizeWarning"
class="m-error-message"
>
<MucIcon icon="warning" />
<MucIcon icon="warning--filled" />
{{ maxTotalFileSizeWarning }}
</span>
<span
Expand Down

0 comments on commit 874933a

Please sign in to comment.