File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
export const container = {
flex: 1,
paddingHorizontal: 16,
paddingVertical: 50,
justifyContent: 'center',
backgroundColor: '#ffffff',
color: '#323232'
};
export const ItemFlex = {
flex: 1,
};
export const ItemFlex2 = {
flex: 2,
};
export const direction = {
flexDirection: 'row',
justifyContent: 'space-between',
alignItems:"center"
};
export const pageTitleBox = {
paddingVertical: 20,
// borderBottomWidth: 1,
// borderBottomColor: '#0028af',
backgroundColor: '#357af9',
};
export const pageTitle = {
fontSize: 18,
fontWeight: 'bold',
textAlign: 'center',
color:"#FFFFFF"
};
export const marginBottom = {
marginBottom:20
};
export const textColor = {
color:"#333333"
};
export const padding = {
paddingHorizontal: 16,
};