daisyUI 3.0

This commit is contained in:
2023-06-01 13:42:35 +02:00
parent 1e742826cf
commit 19e99fcc28
14 changed files with 99 additions and 76 deletions

View File

@@ -61,9 +61,9 @@ const deleteSelectedNotes = (closeModal: () => void) => {
></UIInputText>
</div>
<div class="overflow-x-auto">
<UITable density="compact" class="w-full">
<UITable size="md" class="w-full">
<thead>
<tr>
<tr class="text-sm bg-base-200 text-base-content">
<th class="w-[48px]"></th>
<th>Note title</th>
<th class="w-[75px]">Words</th>