]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs(color): wrong secondary hex code (#34159)
authorGaël Poupard <ffoodd@users.noreply.github.com>
Wed, 2 Jun 2021 02:59:48 +0000 (04:59 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Jun 2021 02:59:48 +0000 (04:59 +0200)
Closes #34146

---

Not sure what happened but indeed, [our current `$secondary` is not what's shown in docs](https://github.com/twbs/bootstrap/blob/c2f949c1fdad09e30793b533e5502808c5e2d423/scss/_variables.scss#L68).

site/data/theme-colors.yml

index bef5002acd06197461d458ef7caab5138284a731..1876aa280848a79315e0f8c420fa408d9f3f459e 100644 (file)
@@ -1,7 +1,7 @@
 - name: primary
   hex: "#007bff"
 - name: secondary
-  hex: "#868e96"
+  hex: "#6c757d"
 - name: success
   hex: "#28a745"
 - name: danger