Skip to content

Commit

Permalink
fix(frontend): Fix refreshIndicator styling
Browse files Browse the repository at this point in the history
  • Loading branch information
fatonramadani committed May 23, 2024
1 parent cb7c36c commit e859e68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{#if loading}
<Popover>
<div class={'bg-blue-100 dark:bg-blue-400 transition-all p-1 rounded-component'}>
<LoaderIcon size={14} class="animate-spin text-blue-800" />
<LoaderIcon size={14} class="animate-spin text-blue-800 dark:text-white" />
</div>
<svelte:fragment slot="text">
{#if loading}
Expand Down

0 comments on commit e859e68

Please sign in to comment.