From 4cb5bca60f1f5d5a97607eed3ecc64ed2f2ab87a Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 22 Sep 2017 09:01:58 +0200 Subject: Improve visual language of buttons --- .../sidebars/topology/building/NewRoomConstructionComponent.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/components/sidebars/topology/building') diff --git a/src/components/sidebars/topology/building/NewRoomConstructionComponent.js b/src/components/sidebars/topology/building/NewRoomConstructionComponent.js index 581330ab..991715e9 100644 --- a/src/components/sidebars/topology/building/NewRoomConstructionComponent.js +++ b/src/components/sidebars/topology/building/NewRoomConstructionComponent.js @@ -4,6 +4,7 @@ const NewRoomConstructionComponent = ({onStart, onFinish, onCancel, currentRoomI if (currentRoomInConstruction === -1) { return (
+ Construct a new room
); @@ -11,9 +12,11 @@ const NewRoomConstructionComponent = ({onStart, onFinish, onCancel, currentRoomI return (
+ Finalize new room
+ Cancel construction
-- cgit v1.2.3