Minor style change

This commit is contained in:
Scott Idem
2026-06-03 17:57:15 -04:00
parent a4fed750fa
commit 41b352bc0a

View File

@@ -495,7 +495,7 @@ if (browser) {
<div class="flex flex-row flex-wrap items-center justify-center gap-2">
<button
type="button"
class="btn btn-sm preset-tonal-primary"
class="btn btn-sm preset-tonal-secondary"
onclick={() => {
auto_retry_count = 0;
$idaa_sess.recovery_meetings.search_version++;
@@ -509,7 +509,7 @@ if (browser) {
Mirrors the "Clear Cache & Reload" button in the IDAA layout auth error state. -->
<button
type="button"
class="btn btn-sm preset-tonal-surface preset-outlined-warning-100-900 hover:preset-filled-warning-200-800 transition-all"
class="btn btn-sm preset-tonal-secondary preset-outlined-warning-100-900 hover:preset-filled-warning-200-800 transition-all"
onclick={async () => {
// Save the iframe reload URL first — it carries the Novi UUID + key
// params needed to re-authenticate after the cache wipe.