fix: colour mode bug in profile page (#4304)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user