Skip to content

Commit

Permalink
fix color clear
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidFyon committed Jul 25, 2024
1 parent 1e5fea9 commit 254d5bc
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,10 @@ export default defineComponent({
opacity: 1 !important;
}
.v-text-field .v-field--focused .v-field__clearable .v-icon {
color: $vd-primary !important;
}
.warning-style {
:deep(.v-icon) {
color: #f0b323 !important;
Expand Down

0 comments on commit 254d5bc

Please sign in to comment.