Skip to content

Commit

Permalink
fix(Autocomplete): fix autocomplete dark mode colors
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Jun 6, 2023
1 parent 7c30ec0 commit 2ee4218
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/themes/src/morpheme/_autocomplete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
padding-left: 0.75rem/* 12px */;

&-icon {
color: var(--v-autocomplete-item-selected-icon-color);
color: var(--v-autocomplete-item-selected-icon-color) !important;
width: 1.25rem/* 20px */;
height: 1.25rem/* 20px */;
fill: currentColor;
Expand Down
1 change: 1 addition & 0 deletions packages/themes/src/morpheme/_forms.dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
.v-select,
.v-select-button,
.v-textarea,
.autocomplete,
.v-data-table-pagination-items-per-page {
/* input control */
--v-input-border-color: var(--color-gray-true-700);
Expand Down

0 comments on commit 2ee4218

Please sign in to comment.