diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-31 17:59:51 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:50 +0200 |
| commit | 3f736cd3db63f106eac02f220477b4a0f3b0eceb (patch) | |
| tree | 80afa73f8c4d281b2fccba8ad2baa7c10f7e7e84 /src/colors/index.js | |
| parent | b17f1d8cb4815f57a4b7043cc91b867ec3cbc867 (diff) | |
Implement room creation
Diffstat (limited to 'src/colors/index.js')
| -rw-r--r-- | src/colors/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colors/index.js b/src/colors/index.js index cc5b86fe..22ce9feb 100644 --- a/src/colors/index.js +++ b/src/colors/index.js @@ -3,7 +3,7 @@ export const BACKDROP_COLOR = "rgba(255, 255, 255, 1)"; export const WALL_COLOR = "rgba(0, 0, 0, 1)"; export const ROOM_DEFAULT_COLOR = "rgba(150, 150, 150, 1)"; -export const ROOM_SELECTED_COLOR = "rgba(51, 153, 255, 1)"; +export const ROOM_IN_CONSTRUCTION_COLOR = "rgba(51, 153, 255, 1)"; export const ROOM_HOVER_VALID_COLOR = "rgba(51, 153, 255, 0.5)"; export const ROOM_HOVER_INVALID_COLOR = "rgba(255, 102, 0, 0.5)"; export const ROOM_NAME_COLOR = "rgba(245, 245, 245, 1)"; |
