From: Julien Déramond Date: Mon, 12 Jan 2026 19:15:38 +0000 (+0100) Subject: Docs: use `fg-*` text color utilities instead of `text-*` in Spinner page X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39a38eeb8cece5cec7c6211f0ae6cd79901b8071;p=thirdparty%2Fbootstrap.git Docs: use `fg-*` text color utilities instead of `text-*` in Spinner page --- diff --git a/site/src/content/docs/components/spinner.mdx b/site/src/content/docs/components/spinner.mdx index c3522c2f6b..d0d300ec5e 100644 --- a/site/src/content/docs/components/spinner.mdx +++ b/site/src/content/docs/components/spinner.mdx @@ -28,7 +28,7 @@ Use the border spinners for a lightweight loading indicator. The border spinner uses `currentColor` for its `border-color`, meaning you can customize the color with [text color utilities][color]. You can use any of our text color utilities on the standard spinner. - `
+ `
Loading...
`)} /> @@ -46,7 +46,7 @@ If you don’t fancy a border spinner, switch to the grow spinner. While it does Once again, this spinner is built with `currentColor`, so you can easily change its appearance with [text color utilities][color]. Here it is in blue, along with the supported variants. - `
+ `
Loading...
`)} />