Style clean up

This commit is contained in:
Scott Idem
2024-08-23 18:35:27 -04:00
parent 4881fcf7f2
commit acf89f3fa5
2 changed files with 18 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ onMount(() => {
<div data-sveltekit-preload-data="false" class="">
<button
class="btn btn-sm m-1 variant-soft text-error-300 hover:text-error-800"
class="btn btn-sm m-1 variant-glass-surface hover:variant-outline-warning text-error-300 hover:text-error-800"
title="Reload and clear the page cache"
on:click={() => {
window.location.reload(true);
@@ -69,7 +69,7 @@ onMount(() => {
Reload and Clear Cache
</button>
<button
class="btn btn-sm m-1 variant-soft text-error-300 hover:text-error-800"
class="btn btn-sm m-1 variant-glass-surface hover:variant-outline-warning text-error-300 hover:text-error-800"
title="Clear the browser storage for this page"
on:click={() => {
localStorage.clear();