mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat(navigation) two actions screen header buttons ui updates
This commit is contained in:
@@ -72,8 +72,7 @@ class SharedDocument extends PureComponent<Props> {
|
||||
headerLeft: () => (
|
||||
<HeaderNavigationButton
|
||||
onPress = { goBack }
|
||||
src = { IconArrowBack }
|
||||
style = { styles.headerArrowBack } />
|
||||
src = { IconArrowBack } />
|
||||
)
|
||||
});
|
||||
}
|
||||
|
||||
@@ -5,11 +5,6 @@ import { ColorPalette } from '../../../base/styles';
|
||||
export const INDICATOR_COLOR = ColorPalette.lightGrey;
|
||||
|
||||
export default {
|
||||
|
||||
headerArrowBack: {
|
||||
marginLeft: 12
|
||||
},
|
||||
|
||||
indicatorWrapper: {
|
||||
alignItems: 'center',
|
||||
backgroundColor: ColorPalette.white,
|
||||
|
||||
Reference in New Issue
Block a user