change space color

This commit is contained in:
Laura Klünder 2017-09-21 16:16:44 +02:00
parent d494a59d6d
commit 17faf9ce05
2 changed files with 2 additions and 2 deletions

View file

@ -192,7 +192,7 @@ class EditorViewSet(ViewSet):
def geometrystyles(self, request, *args, **kwargs):
return Response({
'building': '#929292',
'space': '#d1d1d1',
'space': '#eeeeee',
'hole': 'rgba(255, 0, 0, 0.3)',
'door': '#ffffff',
'area': 'rgba(85, 170, 255, 0.2)',