Skip to content

Commit

Permalink
Fix some hexa in colors docs. (#31254)
Browse files Browse the repository at this point in the history
  • Loading branch information
florianlacreuse authored Jul 7, 2020
1 parent 7b14476 commit 49934b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions site/data/colors.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
- name: blue
hex: "#007bff"

This comment has been minimized.

Copy link
@pranav7870

pranav7870 Jul 10, 2020

hex: "#0000ff"

hex: "#0d6efd"
- name: indigo
hex: "#6610f2"
- name: purple
hex: "#6f42c1"
- name: pink
hex: "#e83e8c"

This comment has been minimized.

Copy link
@pranav7870

pranav7870 Jul 10, 2020

hex: "F36B91"

hex: "#d63384"
- name: red
hex: "#dc3545"
- name: orange
Expand All @@ -21,6 +21,6 @@
- name: white
hex: "#fff"
- name: gray
hex: "#868e96"
hex: "#6c757d"
- name: gray-dark
hex: "#343a40"
4 changes: 2 additions & 2 deletions site/data/theme-colors.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- name: primary
hex: "#007bff"
hex: "#0d6efd"
- name: secondary
hex: "#868e96"
hex: "#6c757d"
- name: success
hex: "#28a745"
- name: danger
Expand Down

0 comments on commit 49934b2

Please sign in to comment.