Skip to content

Commit

Permalink
Add white to colours (#2853)
Browse files Browse the repository at this point in the history
* add white to colorresolvable typedef

* add colour white
  • Loading branch information
jellz authored and iCrawl committed Oct 1, 2018
1 parent 96a0655 commit 62e7e26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/util/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,7 @@ exports.ClientApplicationAssetTypes = {

exports.Colors = {
DEFAULT: 0x000000,
WHITE: 0xFFFFFF,
AQUA: 0x1ABC9C,
GREEN: 0x2ECC71,
BLUE: 0x3498DB,
Expand Down
1 change: 1 addition & 0 deletions src/util/Util.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ class Util {
* ```
* or one of the following strings:
* - `DEFAULT`
* - `WHITE`
* - `AQUA`
* - `GREEN`
* - `BLUE`
Expand Down

0 comments on commit 62e7e26

Please sign in to comment.