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',
};
export const ItemFlex = {
flex: 1,
};
export const ItemFlex2 = {
flex: 2,
};
export const direction = {
flexDirection: 'row',
justifyContent: 'space-between',
};
export const directionAlign = {
flexDirection: 'row',
justifyContent: 'space-between',
alignItems: 'center',
borderBottomWidth: 1,
borderBottomColor: '#eeeeee',
paddingVertical: 20,
};
export const pageTitleBox = {
paddingVertical: 20,
borderBottomWidth: 1,
borderBottomColor: '#cccccc',
backgroundColor: '#ffffff',
};
export const pageTitle = {
fontSize: 15,
fontWeight: 'bold',
textAlign: 'center',
color: '#333333',
};
export const marginBottom = {
marginBottom: 20,
};
export const marginRight = {
marginRight: 10,
};
export const textColor = {
color: '#333333',
};
export const padding = {
paddingHorizontal: 16,
};