Skip to content

Commit

Permalink
Merge pull request #787 from nextcloud/enh/noid/fix-dark-mode-map
Browse files Browse the repository at this point in the history
fix map in dark mode
  • Loading branch information
szaimen authored Sep 7, 2022
2 parents 1f6d390 + c9adb43 commit 165f834
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.

6 changes: 6 additions & 0 deletions src/components/Location.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,3 +145,9 @@ export default {
},
}
</script>

<style scoped lang="scss">
.where-is-my-data {
fill: var(--color-text-lighter);
}
</style>

0 comments on commit 165f834

Please sign in to comment.