Skip to content

Commit

Permalink
Oops a little bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
imrofayel committed Dec 24, 2024
1 parent 059e387 commit 8c52bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/bottomSheet.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ const emit = defineEmits(['close'])
const selectedFont = ref('')
const searchQuery = ref('')
const colorPicker = ref(null)
const currentColor = computed(() => useColorMode().value === 'dark' ? '#FFFFFF' : '#000000')
const currentColor = ref('')
const fonts = [
'Geist',
Expand Down

0 comments on commit 8c52bec

Please sign in to comment.