|
|
@ -7,12 +7,12 @@ export const TEXT_COLOR = BaseTheme.palette.text01; |
|
|
|
const HEADER_ACTION_BUTTON_SIZE = 17; |
|
|
|
const HEADER_ACTION_BUTTON_SIZE = 17; |
|
|
|
|
|
|
|
|
|
|
|
const headerNavigationButton = { |
|
|
|
const headerNavigationButton = { |
|
|
|
alignContent: 'center', |
|
|
|
alignItems: 'center', |
|
|
|
height: '100%', |
|
|
|
justifyContent: 'center' |
|
|
|
justifyItems: 'center' |
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
const headerNavigationText = { |
|
|
|
const headerNavigationText = { |
|
|
|
|
|
|
|
...BaseTheme.typography.bodyShortBoldLarge, |
|
|
|
color: BaseTheme.palette.link01, |
|
|
|
color: BaseTheme.palette.link01, |
|
|
|
fontSize: HEADER_ACTION_BUTTON_SIZE |
|
|
|
fontSize: HEADER_ACTION_BUTTON_SIZE |
|
|
|
}; |
|
|
|
}; |
|
|
@ -49,29 +49,26 @@ export const navigationStyles = { |
|
|
|
|
|
|
|
|
|
|
|
headerNavigationButtonIcon: { |
|
|
|
headerNavigationButtonIcon: { |
|
|
|
...headerNavigationButton, |
|
|
|
...headerNavigationButton, |
|
|
|
paddingTop: 18, |
|
|
|
height: BaseTheme.spacing[5], |
|
|
|
width: BaseTheme.spacing[7] |
|
|
|
paddingLeft: BaseTheme.spacing[3], |
|
|
|
|
|
|
|
width: BaseTheme.spacing[5] |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
headerNavigationButtonText: { |
|
|
|
headerNavigationButtonText: { |
|
|
|
...headerNavigationButton, |
|
|
|
...headerNavigationButton, |
|
|
|
paddingTop: 10, |
|
|
|
height: BaseTheme.spacing[9], |
|
|
|
width: BaseTheme.spacing[10] |
|
|
|
width: BaseTheme.spacing[9] |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
headerNavigationIcon: { |
|
|
|
|
|
|
|
marginLeft: 12 |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
headerNavigationText: { |
|
|
|
headerNavigationText: { |
|
|
|
...headerNavigationText, |
|
|
|
...headerNavigationText, |
|
|
|
marginLeft: BaseTheme.spacing[3] |
|
|
|
marginLeft: BaseTheme.spacing[2] |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
headerNavigationTextBold: { |
|
|
|
headerNavigationTextBold: { |
|
|
|
...headerNavigationText, |
|
|
|
...headerNavigationText, |
|
|
|
...BaseTheme.typography.labelButton, |
|
|
|
...BaseTheme.typography.bodyShortRegularLarge, |
|
|
|
marginRight: BaseTheme.spacing[3] |
|
|
|
marginRight: BaseTheme.spacing[1] |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
unreadCounterContainer: { |
|
|
|
unreadCounterContainer: { |
|
|
|