diff options
Diffstat (limited to 'src/colors')
| -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)"; |
