From a9b25cc85f198a14b3487075024ccddfa8e13f6e Mon Sep 17 00:00:00 2001 From: Andrey Okonetchnikov Date: Fri, 21 Oct 2016 15:32:12 +0200 Subject: [PATCH] Adjust topbar styles --- src/containers/App.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/containers/App.js b/src/containers/App.js index 6dca3a7c..a390406e 100644 --- a/src/containers/App.js +++ b/src/containers/App.js @@ -28,6 +28,8 @@ TopBarProgress.config({ '1.0': '#3ab7a5', }, shadowBlur: 5, + shadowColor: '#3ab7a5', + barThickness: 2, }); class App extends React.Component {