Skip to content

Commit

Permalink
fix input color
Browse files Browse the repository at this point in the history
  • Loading branch information
Amerlander committed Oct 20, 2023
1 parent 048a562 commit ff0c1b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion libs/core-mini-dal/input.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "pxt.h"

//% color=#B4009E weight=99 icon="\uf192"
//% color=#C94600 weight=99 icon="\uf192"
namespace input {

/**
Expand Down
2 changes: 1 addition & 1 deletion libs/core-mini-dal/shims.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



//% color=#B4009E weight=99 icon="\uf192"
//% color=#C94600 weight=99 icon="\uf192"
declare namespace input {

/**
Expand Down
2 changes: 1 addition & 1 deletion libs/core/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ enum class MesDpadButtonInfo {
_4Up = MES_DPAD_BUTTON_4_UP,
};

//% color=##C94600 weight=99 icon="\uf192"
//% color=#C94600 weight=99 icon="\uf192"
namespace input {


Expand Down

0 comments on commit ff0c1b0

Please sign in to comment.