[RN] Increase header height

This commit is contained in:
zbettenbuk 2018-04-27 11:06:11 +02:00 committed by Lyubo Marinov
parent 6aae56527f
commit 0826ffa974
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ const AVATAR_OPACITY = 0.4;
const AVATAR_SIZE = 65;
const HEADER_COLOR = ColorPalette.blue;
// Header height is from iOS guidelines. Also, this looks good.
const HEADER_HEIGHT = 44;
// Header height is from Android guidelines. Also, this looks good.
const HEADER_HEIGHT = 56;
const OVERLAY_FONT_COLOR = 'rgba(255, 255, 255, 0.6)';
export const HEADER_PADDING = BoxModel.padding;