Skip to content

Commit

Permalink
fix(VAutocomplete): fix missing error color variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Jan 18, 2023
1 parent 1a321a1 commit aab269c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/autocomplete/src/VAutocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@

// item active
--v-autocomplete-item-active-bg-color: theme('colors.gray.100');

// error
--v-autocomplete-error-color: theme('colors.error.500');
}

.autocomplete {
Expand Down

0 comments on commit aab269c

Please sign in to comment.