Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
make loading indicator a little smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
kclejeune committed Sep 25, 2021
1 parent fc302bb commit 1dce8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/overview.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
});
</script>

<H1>Overview <button class="btn loading btn-circle btn-lg bg-base-200 btn-ghost" /></H1>
<H1>Overview <button class="btn loading btn-circle btn-md bg-base-200 btn-ghost" /></H1>

<div class="grid gap-4 m-4 md:grid-cols-2 lg:grid-cols-3">
<div class="col-auto">
Expand Down

0 comments on commit 1dce8e8

Please sign in to comment.