Skip to content

Commit

Permalink
Merge pull request #225 from elenaizotova/dev
Browse files Browse the repository at this point in the history
Reference setColor update to include RGB
  • Loading branch information
jasondkiesling authored Jun 13, 2019
2 parents 2fbf934 + 5eb1f9f commit 5f30f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/myr/reference.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ let transformations = [
},
{
name: <span>setColor(<span className="string">color</span>)</span>,
description: <span>Changes the color of the cursor <a href='https://htmlcolorcodes.com/color-names/' target="_blank" rel="noopener noreferrer">using these color codes</a>, or HEX values. Default: 'red'</span>,
description: <span>Changes the color of the cursor <a href='https://htmlcolorcodes.com/color-names/' target="_blank" rel="noopener noreferrer">using these color codes</a>, RGB, or HEX values. Default: 'red'</span>,
example: 'setColor'
},
{
Expand Down

0 comments on commit 5f30f2f

Please sign in to comment.