Skip to content

Commit

Permalink
change tag background color
Browse files Browse the repository at this point in the history
  • Loading branch information
gene9831 committed Dec 9, 2024
1 parent f8712ce commit 9e475f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default {
:deep(.tiny-select.tiny-select .tiny-select__tags) {
max-width: calc(100% - 24px) !important;
.tiny-tag {
background-color: var(--te-common-bg-container);
background-color: var(--te-common-bg-disabled);
}
}
}
Expand Down

0 comments on commit 9e475f6

Please sign in to comment.