Skip to content

Commit

Permalink
Merge pull request #23 from imrofayel/fuma
Browse files Browse the repository at this point in the history
Oops a little bug fix.
  • Loading branch information
imrofayel authored Dec 24, 2024
2 parents e814d6c + 8c52bec commit d889bba
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 d889bba

Please sign in to comment.