Update rounded header radius (#333)

Closes #332
This commit is contained in:
Blake Embrey 2016-07-21 11:54:53 -07:00 committed by Guillermo Rauch
parent 29d32ca4f5
commit ab058e6e8b

View file

@ -82,8 +82,8 @@ export default class Header extends Component {
},
headerRounded: {
borderTopLeftRadius: '6px',
borderTopRightRadius: '6px'
borderTopLeftRadius: '4px',
borderTopRightRadius: '4px'
}
};
}