Skip to content

Commit

Permalink
fix(VSelect): add color prop to VList
Browse files Browse the repository at this point in the history
fix(VAutocomplete) : add color prop to VList

fixes vuetifyjs#16351
  • Loading branch information
cherwellhcl committed Jul 12, 2023
1 parent 4268a68 commit 051ef2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -425,6 +425,7 @@ export const VAutocomplete = genericComponent<new <
onFocusout={ onFocusout }
onScrollPassive={ onListScroll }
tabindex="-1"
color= { props.color }
>
{ slots['prepend-item']?.() }

Expand Down
1 change: 1 addition & 0 deletions packages/vuetify/src/components/VSelect/VSelect.tsx
Expand Up @@ -319,6 +319,7 @@ export const VSelect = genericComponent<new <
onFocusin={ onFocusin }
onScrollPassive={ onListScroll }
tabindex="-1"
color= { props.color }
>
{ slots['prepend-item']?.() }

Expand Down

0 comments on commit 051ef2b

Please sign in to comment.