From ab058e6e8b26c6027f8228a98539a81712afe6fb Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Thu, 21 Jul 2016 11:54:53 -0700 Subject: [PATCH] Update rounded header radius (#333) Closes #332 --- app/lib/components/header.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/lib/components/header.js b/app/lib/components/header.js index 7f31e3e3..b729af1c 100644 --- a/app/lib/components/header.js +++ b/app/lib/components/header.js @@ -82,8 +82,8 @@ export default class Header extends Component { }, headerRounded: { - borderTopLeftRadius: '6px', - borderTopRightRadius: '6px' + borderTopLeftRadius: '4px', + borderTopRightRadius: '4px' } }; }