Still working on upgrading to Tailwind CSS v4 an dSkeleton v3.....
This commit is contained in:
@@ -168,7 +168,7 @@ function sign_out() {
|
||||
{#if $events_loc.auth__person?.id}
|
||||
<button
|
||||
type="button"
|
||||
class="btn btn-sm variant-soft-warning"
|
||||
class="btn btn-sm preset-tonal-warning"
|
||||
on:click={() => {
|
||||
sign_out();
|
||||
alert('You have been signed out.');
|
||||
@@ -203,7 +203,7 @@ function sign_out() {
|
||||
on:input={(e) => $events_sess.auth__entered_passcode = e.target.value}
|
||||
>
|
||||
<button
|
||||
class="btn btn-md variant-ghost-primary"
|
||||
class="btn btn-md preset-tonal-primary border border-primary-500"
|
||||
on:click={() => {
|
||||
console.log('Sign in with URL values');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user