Skip to content

Commit

Permalink
fix: 💄 dark navback arrow color
Browse files Browse the repository at this point in the history
  • Loading branch information
A2-NieR committed Nov 10, 2021
1 parent 31a8120 commit 93284ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/NavBack.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ import IconBack from '~icons/mdi/arrow-left'
</script>

<template>
<IconBack pos="absolute left-5" @click="router.go(-1)" />
<IconBack
pos="absolute left-5"
text="black dark:white"
@click="router.go(-1)"
/>
</template>

0 comments on commit 93284ef

Please sign in to comment.