Skip to content

Commit

Permalink
feat(VFileUpload): add scrim color support
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 30, 2024
1 parent 14f9e22 commit 583b0ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/src/labs/VFileUpload/VFileUpload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export const makeVFileUploadProps = propsFactory({
disabled: Boolean,
hideBrowse: Boolean,
multiple: Boolean,
scrim: [Boolean, String],
showSize: Boolean,
name: String,

Expand Down Expand Up @@ -283,6 +284,7 @@ export const VFileUpload = genericComponent<VFileUploadSlots>()({
<VOverlay
model-value={ dragOver.value }
contained
scrim={ props.scrim }
/>

{ slots.input?.({ inputNode }) ?? inputNode }
Expand Down

0 comments on commit 583b0ef

Please # to comment.