mirror of
https://github.com/balzack/databag.git
synced 2025-02-19 06:29:23 +00:00
9 lines
187 B
JavaScript
9 lines
187 B
JavaScript
|
import { StyleSheet } from 'react-native';
|
||
|
import { Colors } from 'constants/Colors';
|
||
|
|
||
|
export const styles = StyleSheet.create({
|
||
|
tabBar: {
|
||
|
backgroundColor: Colors.primary,
|
||
|
},
|
||
|
});
|