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' } }; }