|
@@ -79,7 +79,6 @@ export const styles = StyleSheet.create({
|
|
|
elevation: 5,
|
|
|
},
|
|
|
},
|
|
|
- //
|
|
|
searchContainer: {
|
|
|
flexDirection: 'row',
|
|
|
alignItems: 'center',
|
|
@@ -95,24 +94,4 @@ export const styles = StyleSheet.create({
|
|
|
color: Colors.DARK_BLUE,
|
|
|
fontWeight: '600'
|
|
|
},
|
|
|
- //
|
|
|
- tabBar: {
|
|
|
- backgroundColor: 'transparent',
|
|
|
- elevation: 0,
|
|
|
- shadowOpacity: 0,
|
|
|
- marginTop: 0,
|
|
|
- height: 42
|
|
|
- },
|
|
|
- tabLabel: {
|
|
|
- color: 'grey',
|
|
|
- fontSize: getFontSize(14),
|
|
|
- fontWeight: '700',
|
|
|
- padding: 8,
|
|
|
- width: Dimensions.get('window').width / 3,
|
|
|
- textAlign: 'center'
|
|
|
- },
|
|
|
- tabStyle: {
|
|
|
- padding: 0,
|
|
|
- marginHorizontal: 2
|
|
|
- },
|
|
|
});
|