diff options
Diffstat (limited to 'src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js')
| -rw-r--r-- | src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js b/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js index a559c8dd..7b049642 100644 --- a/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js +++ b/src/components/app/sidebars/topology/building/NewRoomConstructionComponent.js @@ -8,7 +8,7 @@ const NewRoomConstructionComponent = ({ }) => { if (currentRoomInConstruction === -1) { return ( - <div className="btn btn-primary btn-block" onClick={onStart}> + <div className="btn btn-outline-primary btn-block" onClick={onStart}> <span className="fa fa-plus mr-2" /> Construct a new room </div> |
