Update a couple of colours that were missed (#1326)

This commit is contained in:
Sam El-Husseini
2018-10-02 09:32:08 -07:00
committed by GitHub
parent 27c1ebef7a
commit 3e5c5929d5
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ using namespace pxt;
// payload: buffer length (9), buffer (10 ... 28)
#define PACKET_TYPE_BUFFER 3
//% color=270 weight=96 icon="\uf012"
//% color=#E3008C weight=96 icon="\uf012"
namespace radio {
// -------------------------------------------------------------------------

View File

@ -1,7 +1,7 @@
/**
* Communicate data using radio packets
*/
//% color=#F62459 weight=96 icon="\uf012"
//% color=#E3008C weight=96 icon="\uf012"
namespace radio {
export class Packet {
/**

View File

@ -2,7 +2,7 @@
//% color=270 weight=96 icon="\uf012"
//% color=#E3008C weight=96 icon="\uf012"
declare namespace radio {
/**