diff options
| author | Gaƫl Poupard <[email protected]> | 2021-06-02 04:59:48 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-02 04:59:48 +0200 |
| commit | e376773ccc8b7b748795e97381244778bc73bd2e (patch) | |
| tree | 66059caa6566ada747b1ea87238f5409b8626b9c | |
| parent | c2f949c1fdad09e30793b533e5502808c5e2d423 (diff) | |
| download | bootstrap-e376773ccc8b7b748795e97381244778bc73bd2e.tar.xz bootstrap-e376773ccc8b7b748795e97381244778bc73bd2e.zip | |
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).
| -rw-r--r-- | site/data/theme-colors.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/data/theme-colors.yml b/site/data/theme-colors.yml index bef5002ac..1876aa280 100644 --- a/site/data/theme-colors.yml +++ b/site/data/theme-colors.yml @@ -1,7 +1,7 @@ - name: primary hex: "#007bff" - name: secondary - hex: "#868e96" + hex: "#6c757d" - name: success hex: "#28a745" - name: danger |
