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>
  • Loading branch information
szaimen committed Sep 7, 2022
1 parent 1f6d390 commit 612c2f9
Showing 1 changed file with 6 additions and 0 deletions.
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 612c2f9

Please sign in to comment.