Skip to content

Commit

Permalink
fix map in dark mode
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
szaimen authored and nextcloud-command committed Sep 7, 2022
1 parent 1f6d390 commit c9adb43
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 c9adb43

Please sign in to comment.