import { StyleSheet } from "react-native";
import { Colors } from "../../Themes/index";

export default StyleSheet.create({
  header: {
    backgroundColor: Colors.background
  }
});
