Skip to content

Commit

Permalink
docs(utility-icons): Fix primary/secondary colours mixup in Variables…
Browse files Browse the repository at this point in the history
… section
  • Loading branch information
lzcabrera committed Nov 10, 2017
1 parent ffeba8d commit 3a4b80d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/elements/utility-icons-deprecated.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,8 @@ This mixin has one optional parameter - the name of an icon. If this parameter i

Variable | Value
--- | ---
`$color-icon-primary` | <span style="color:#4b286d;">#4b286d</span>
`$color-icon-secondary` | <span style="color: #177a00;">#177a00</span>
`$color-icon-primary` | <span style="color: #177a00;">#177a00</span>
`$color-icon-secondary` | <span style="color:#4b286d;">#4b286d</span>
`$color-icon-disabled` | <span style="color: #54595f;">#54595f</span>
`$color-icon-error` | <span style="color: #c12335;">#c12335</span>

Expand Down
4 changes: 2 additions & 2 deletions docs/elements/utility-icons.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ This mixin has one optional parameter - the name of an icon. If this parameter i

Variable | Value
--- | ---
`$color-icon-primary` | <span style="color:#4b286d;">#4b286d</span>
`$color-icon-secondary` | <span style="color: #177a00;">#177a00</span>
`$color-icon-primary` | <span style="color: #177a00;">#177a00</span>
`$color-icon-secondary` | <span style="color:#4b286d;">#4b286d</span>
`$color-icon-disabled` | <span style="color: #54595f;">#54595f</span>
`$color-icon-error` | <span style="color: #c12335;">#c12335</span>

Expand Down

0 comments on commit 3a4b80d

Please sign in to comment.