mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03: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](https://github.com/twbs/bootstrap/blob/c2f949c1fdad09e30793b533e5502808c5e2d423/scss/_variables.scss#L68).
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
- name: primary
|
- name: primary
|
||||||
hex: "#007bff"
|
hex: "#007bff"
|
||||||
- name: secondary
|
- name: secondary
|
||||||
hex: "#868e96"
|
hex: "#6c757d"
|
||||||
- name: success
|
- name: success
|
||||||
hex: "#28a745"
|
hex: "#28a745"
|
||||||
- name: danger
|
- name: danger
|
||||||
|
|||||||
Reference in New Issue
Block a user