1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-31 09:05:47 +02:00

docs(color): wrong secondary hex code (#34159)

Closes #34146 

---

Not sure what happened but indeed, [our current `$secondary` is not what's shown in docs](c2f949c1fd/scss/_variables.scss (L68)).
This commit is contained in:
Gaël Poupard
2021-06-02 04:59:48 +02:00
committed by GitHub
parent c2f949c1fd
commit e376773ccc

View File

@@ -1,7 +1,7 @@
- name: primary
hex: "#007bff"
- name: secondary
hex: "#868e96"
hex: "#6c757d"
- name: success
hex: "#28a745"
- name: danger