Skip to content

Commit c9adb43

Browse files
szaimennextcloud-command
authored andcommitted
fix map in dark mode
Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
1 parent 1f6d390 commit c9adb43

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

js/privacy-main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/privacy-main.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Location.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,9 @@ export default {
145145
},
146146
}
147147
</script>
148+
149+
<style scoped lang="scss">
150+
.where-is-my-data {
151+
fill: var(--color-text-lighter);
152+
}
153+
</style>

0 commit comments

Comments
 (0)