Skip to content

Instantly share code, notes, and snippets.

@rajatgeekyants
Created August 4, 2017 07:16
Show Gist options
  • Save rajatgeekyants/195aa25c5dc99ef5c991ff161a85f6cc to your computer and use it in GitHub Desktop.
Save rajatgeekyants/195aa25c5dc99ef5c991ff161a85f6cc to your computer and use it in GitHub Desktop.
const styles = StyleSheet.create({
container: {
backgroundColor: "#fff"
},
header: {
backgroundColor: "#c0392b",
height: 56,
paddingTop: 10
},
headerText: {
color: "#fff",
fontSize: 18,
fontWeight: 600
},
content: {
backgroundColor: "white",
padding: 20,
},
footer: {
backgroundColor: "#c0392b",
height: 70
},
footerText: {
color: "#fff",
fontSize: 16
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment