Skip to content

Commit

Permalink
Use the color-primary-element* variables
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
szaimen authored and nextcloud-command committed May 13, 2023
1 parent d51097e commit 1332b07
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 1332b07

Please sign in to comment.