refactor: Remove all legacy variant-* class usage from Svelte components, enforce preset-* (Skeleton v4) everywhere

This commit is contained in:
Scott Idem
2026-03-16 19:01:46 -04:00
parent 0cebd3868b
commit f92058d394
2 changed files with 2 additions and 2 deletions

View File

@@ -404,7 +404,7 @@
on:click={ () => {
html5_qr_code.start({ facingMode: { exact: "environment"} }, config, qrCodeSuccessCallback);
}}
class="ae_btn__resume btn btn-sm variant-soft-primary">
class="ae_btn__resume btn btn-sm preset-tonal-primary">
<span class="fas fa-play"></span>
Resume
</button> -->

View File

@@ -133,7 +133,7 @@
<p class="text-sm text-error-400 font-semibold leading-snug">{error_msg}</p>
<button
type="button"
class="btn btn-sm variant-filled-primary"
class="btn btn-sm preset-filled-primary"
onclick={start_scanning}
>
Try Again