Skip to content

Commit

Permalink
chore: fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jan 6, 2025
1 parent fdc3f06 commit 81f24d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/common/LabeledInput.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<label class="label cursor-pointer gap-4">
<label class="label text-base-content cursor-pointer gap-4">
<div class="flex-1"><slot name="label" /></div>
<slot name="input" />
</label>
Expand Down

0 comments on commit 81f24d1

Please sign in to comment.