fix: colour mode bug in profile page (#4304)
This commit is contained in:
parent
34f5617adc
commit
2ed7221182
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@
|
|||
|
||||
<script setup lang="ts">
|
||||
import { useI18n } from "@composables/i18n"
|
||||
import { useColorMode } from "@vueuse/core"
|
||||
import { useColorMode } from "@composables/theming"
|
||||
import { computed } from "vue"
|
||||
|
||||
import { shortDateTime } from "~/helpers/utils/date"
|
||||
|
|
|
|||
Loading…
Reference in a new issue