From f7ed2614498157a97e04608864145a9a4c637d0c Mon Sep 17 00:00:00 2001
From: esikkala <esko.ikkala@aalto.fi>
Date: Mon, 13 May 2019 09:17:19 +0300
Subject: [PATCH] Adjust top bar button styles

---
 src/client/components/main_layout/TopBar.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/client/components/main_layout/TopBar.js b/src/client/components/main_layout/TopBar.js
index c89ca367..dbc416a5 100644
--- a/src/client/components/main_layout/TopBar.js
+++ b/src/client/components/main_layout/TopBar.js
@@ -35,7 +35,8 @@ const styles = theme => ({
     },
   },
   appBarButton: {
-    color: 'white !important'
+    color: 'white !important',
+    border: `1px solid ${theme.palette.primary.main}`
   },
   appBarButtonActive: {
     border: '1px solid white'
-- 
GitLab