Skip to content

Commit

Permalink
[DrawBoard] Update magenta color code
Browse files Browse the repository at this point in the history
  • Loading branch information
ashenm committed Jun 14, 2023
1 parent e51c87d commit 65fa365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/draw.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
var $btnBlue = $('<button>', { class: 'color border-none rounded', style: 'background-color: #0000ff;' });
var $btnYellow = $('<button>', { class: 'color border-none rounded', style: 'background-color: #ffff00;' });
var $btnCyan = $('<button>', { class: 'color border-none rounded', style: 'background-color: #00ffff;' });
var $btnMagenta = $('<button>', { class: 'color border-none rounded', style: 'background-color: #ff00ff;' });
var $btnMagenta = $('<button>', { class: 'color border-none rounded', style: 'background-color: #ff778e;' });
var $btnTrash = $('<button>', { class: 'background-none border-none', html: '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" style="width: 2.25rem; height: 2.25rem;"><path fill="currentColor" d="M432 32H312l-9.4-18.7A24 24 0 0 0 281.1 0H166.8a23.72 23.72 0 0 0-21.4 13.3L136 32H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16zM53.2 467a48 48 0 0 0 47.9 45h245.8a48 48 0 0 0 47.9-45L416 128H32z"></path></svg>' });
Expand Down

0 comments on commit 65fa365

Please sign in to comment.