Minor style change
This commit is contained in:
@@ -495,7 +495,7 @@ if (browser) {
|
|||||||
<div class="flex flex-row flex-wrap items-center justify-center gap-2">
|
<div class="flex flex-row flex-wrap items-center justify-center gap-2">
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="btn btn-sm preset-tonal-primary"
|
class="btn btn-sm preset-tonal-secondary"
|
||||||
onclick={() => {
|
onclick={() => {
|
||||||
auto_retry_count = 0;
|
auto_retry_count = 0;
|
||||||
$idaa_sess.recovery_meetings.search_version++;
|
$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. -->
|
Mirrors the "Clear Cache & Reload" button in the IDAA layout auth error state. -->
|
||||||
<button
|
<button
|
||||||
type="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 () => {
|
onclick={async () => {
|
||||||
// Save the iframe reload URL first — it carries the Novi UUID + key
|
// Save the iframe reload URL first — it carries the Novi UUID + key
|
||||||
// params needed to re-authenticate after the cache wipe.
|
// params needed to re-authenticate after the cache wipe.
|
||||||
|
|||||||
Reference in New Issue
Block a user