-More!
This commit is contained in:
15
app/components/AppHeader/HeaderTitle/HeaderTitle.styles.js
Normal file
15
app/components/AppHeader/HeaderTitle/HeaderTitle.styles.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import { StyleSheet } from 'react-native';
|
||||
|
||||
export default const styles = StyleSheet.create({
|
||||
filterBar: {
|
||||
backgroundColor: '#0F0',
|
||||
flexDirection: 'row',
|
||||
},
|
||||
filter: {
|
||||
flex: 2,
|
||||
},
|
||||
view: {
|
||||
flex: 2,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user