Skip to content

Commit

Permalink
fix(spinner): make the spinner size smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltanszogyenyi authored and rluders committed Sep 20, 2023
1 parent 6bd5eec commit 350a7ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/docs/components/spinner/spinner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ Add the loading spinner inside a button to indicate fetching status directly ins

<CodePreview importFlowbiteReact="Button, Spinner" title="Buttons" className="flex flex-row gap-3">
<Button>
<Spinner aria-label="Spinner button example" />
<Spinner aria-label="Spinner button example" size="sm" />
<span className="pl-3">Loading...</span>
</Button>
<Button color="gray">
<Spinner aria-label="Alternate spinner button example" />
<Spinner aria-label="Alternate spinner button example" size="sm" />
<span className="pl-3">Loading...</span>
</Button>
</CodePreview>
Expand Down

0 comments on commit 350a7ab

Please sign in to comment.