Skip to content

Commit

Permalink
Fixed border color
Browse files Browse the repository at this point in the history
  • Loading branch information
frievoe97 committed Jan 4, 2022
1 parent f2e51e1 commit b7c75d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ZoomButtons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
src="@/assets/images/sw_north_arrow_dm.png"
:style="{transform: `rotate(${arrowRotation}deg)`, background: `rgb(43,60,78)`}"
)
.button-single.button-bottom(v-if="!globalState.isDarkMode" :style="{border: '1px solid rgb(224,224,224g)'}")
.button-single.button-bottom(v-if="!globalState.isDarkMode" :style="{border: '1px solid rgb(224,224,224)'}")
img.img-button(@click="setNorth()"
:title="$t('center')"
src="@/assets/images/sw_north_arrow.png"
Expand Down

0 comments on commit b7c75d8

Please sign in to comment.