Skip to content

Commit

Permalink
Merge pull request #11403 from Jarsen136/issue-11399
Browse files Browse the repository at this point in the history
fix: Search in collection: Dark mode needs adjusting
  • Loading branch information
vikiival authored Feb 14, 2025
2 parents 9506821 + 2e64666 commit 5c4add3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/shared/gallery/NeoTag.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,12 @@ const onClose = () => {
&--transparent {
border: 1px solid var(--border-color);
background: transparent;
background: transparent !important;
}
&--k-blue {
border: 1px solid var(--k-blue);
background-color: var(--blue-light-hover-color);
background-color: var(--blue-light-hover-color) !important;
}
&.tag-size {
Expand Down

0 comments on commit 5c4add3

Please # to comment.