Still working on upgrading to Tailwind CSS v4 an dSkeleton v3.....

This commit is contained in:
Scott Idem
2025-06-18 17:59:48 -04:00
parent db6e9dd019
commit 13912fd145
169 changed files with 2343 additions and 1634 deletions

View File

@@ -181,8 +181,8 @@ async function create_journal() {
type="button"
class="
btn btn-sm
variant-ghost-secondary
hover:variant-filled-secondary
preset-tonal-secondary border border-secondary-500
hover:preset-filled-secondary-500
transition
"
onclick={
@@ -205,8 +205,8 @@ async function create_journal() {
type="button"
class="
btn btn-sm
variant-ghost-secondary
hover:variant-filled-secondary
preset-tonal-secondary border border-secondary-500
hover:preset-filled-secondary-500
transition
"
onclick={
@@ -304,7 +304,7 @@ async function create_journal() {
<input type="text" placeholder="Journal Type" bind:value={$journals_sess.journal.new_journal_type_code} class="input input-bordered w-full mb-2" />
</div>
<div class="modal-action">
<button class="btn variant-glass-primary"
<button class="btn preset-tonal-primary"
onclick={create_journal}>Create</button>
<button
type="button"
@@ -312,7 +312,7 @@ async function create_journal() {
// Close the modal
$journals_sess.show__modal_new__journal_obj = false;
}}
class="btn variant-glass-secondary"
class="btn preset-tonal-secondary"
>
Cancel
</button>