Skip to content

Commit

Permalink
fix(VFileInput): don't apply input color to chips
Browse files Browse the repository at this point in the history
bring inline with every other chip input
  • Loading branch information
johnleider committed Apr 16, 2024
1 parent ad30932 commit 4bac07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vuetify/src/components/VFileInput/VFileInput.tsx
Expand Up @@ -257,8 +257,8 @@ export const VFileInput = genericComponent<VFileInputSlots>()({
<VChip
key={ text }
size="small"
color={ props.color }
>{ text }</VChip>
text={ text }
/>
))
: fileNames.value.join(', ')
)}
Expand Down

0 comments on commit 4bac07d

Please sign in to comment.