Skip to content

Commit

Permalink
Merge pull request #892 from nextcloud/enh/noid/use-primary-element
Browse files Browse the repository at this point in the history
Use the color-primary-element* variables
  • Loading branch information
szaimen authored May 13, 2023
2 parents d51097e + 1332b07 commit 643f51a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions js/privacy-main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/privacy-main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/Location.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default {
const newElm = document.querySelector('.where-is-my-data #' + newCountry)

if (newElm) {
newElm.style.fill = 'var(--color-primary)'
newElm.style.fill = 'var(--color-primary-element)'
}
}
},
Expand Down

0 comments on commit 643f51a

Please sign in to comment.