Update spinner.mdx (#2355)

Fix labelColor description
This commit is contained in:
Mehmet Akifhan ILGAZ 2024-02-14 23:15:06 +03:00 committed by GitHub
parent 3be8c621a1
commit 995b37e2eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,5 +65,5 @@ Spinner express an unspecified wait time or display the length of a process.
| label | `string` | The content to display as the label. | - |
| size | `sm` \| `md` \| `lg` | The size of the spinner circles. | `md` |
| color | `default` \| `primary` \| `secondary` \| `success` \| `warning` \| `danger` | The color of the spinner circles. | `primary` |
| labelColor | `default` \| `primary` \| `secondary` \| `success` \| `warning` \| `danger` | The color of the spinner circles. | `default` |
| labelColor | `default` \| `primary` \| `secondary` \| `success` \| `warning` \| `danger` | The color of the label. | `default` |
| classNames | `Record<"base""wrapper""circle1""circle2""label", string>` | Allows to set custom class names for the spinner slots. | - |