Newer
Older
export const secondaryColorLight = '#91749d'
export const shadesOfRed = [
'#e7999e',
'#db666d',
'#cf323d',
'#c3000d'
] // light to dark
export const cycleDayColor = '#29287f'
export const periodColor = '#802249'
const textFont = 'OpenSans-Light'
const textFontBold = 'OpenSans-SemiBold'
const defaultBottomMargin = 5
const defaultIndentation = 10
const defaultTopMargin = 10
export const calendarTheme = {
textDayFontFamily: textFont,
textMonthFontFamily: textFontBold,
textDayHeaderFontFamily: textFont,
textDayFontSize: regularSize,
textMonthFontSize: regularSize,
textDayHeaderFontSize: hintSize,
textSectionTitleColor: 'grey'
}
actionHint: {
color: secondaryColor,
paragraph: {
marginBottom: defaultBottomMargin
},
emphasis: {
fontFamily: textFontBold,
color: secondaryColor,
link: {
color: cycleDayColor,
textDecorationLine: 'underline'
},
textWrappingView: {
marginHorizontal: defaultIndentation,
marginTop: defaultTopMargin
textAlign: 'center',
textAlignVertical: 'center'
},
dateHeader: {
color: fontOnPrimaryColor,
textAlign: 'center',
},
headerText: {
emelko
committed
borderRadius: 100,
position: 'absolute'
errorMessage: {
color: shadesOfRed[2],
marginLeft: 10,
},
paddingVertical: 10,
paddingHorizontal: 20,
borderRadius: 5,
alignItems: 'center',
},
homeButtonText: {
color: fontOnPrimaryColor
},
homeView: {
margin: 40,
},
homeDescriptionText: {
width: 200,
marginBottom: defaultBottomMargin,
},
homeElement: {
marginBottom: 40,
flexDirection: 'row',
},
homeIconTextWrapper: {
alignItems: 'center',
justifyContent: 'center',
},
homeIconAndText: {
justifyContent: 'center'
},
width: 80,
height: 80,
alignItems: 'center',
justifyContent: 'center',
borderColor: secondaryColor,
},
iconText: {
fontSize: 25
},
symptomViewHeading: {
fontFamily: textFontBold
symptomSection: {
marginBottom: 10
symptomBoxImage: {
width: 50,
height: 50
},
symptomBoxesView: {
flexDirection: 'row',
flexWrap: 'wrap',
justifyContent: 'space-evenly'
},
symptomBox: {
borderColor: secondaryColor,
borderStyle: 'solid',
borderWidth: 1,
borderTopLeftRadius: 10,
borderTopRightRadius: 10,
marginTop: '10%',
paddingVertical: '6%',
symptomBoxActive: {
backgroundColor: secondaryColor,
},
symptomTextActive: {
color: fontOnPrimaryColor
},
tina
committed
symptomInFuture: {
borderColor: 'lightgrey',
color: 'lightgrey'
},
symptomDataBox: {
borderColor: secondaryColor,
borderStyle: 'solid',
borderLeftWidth: 1,
borderRightWidth: 1,
borderBottomWidth: 1,
borderBottomLeftRadius: 10,
borderBottomRightRadius: 10,
alignItems: 'center',
justifyContent: 'center',
padding: '3%',
marginHorizontal: 1,
width: 110,
height: 50,
},
symptomDataText: {
fontSize: 12
justifyContent: 'center',
padding: 20,
position: 'absolute'
navigationArrowLeft: { left: 0 },
navigationArrowRight: { right: 0 },
flexDirection: 'row',
menuItem: {
alignItems: 'center',
flex: 1,
temperatureTextInput: {
},
temperatureTextInputSuggestion: {
color: '#939393'
},
symptomEditButton: {
width: 130
framedSegment: {
borderColor: secondaryColor,
borderStyle: 'solid',
borderWidth: 1,
borderRadius: 10,
marginTop: defaultTopMargin,
marginHorizontal: defaultIndentation,
padding: 7,
framedSegmentLast: {
framedSegmentTitle: {
framedSegmentInlineChildren: {
flexDirection: 'row',
alignItems: 'center'
},
infoPopUpWrapper: {
position: 'absolute',
width: '100%',
height: '100%'
},
infoPopUp: {
backgroundColor: 'white',
padding: 15,
marginHorizontal: 20,
marginTop: 20,
maxHeight: '92%'
backgroundColor: 'black',
opacity: 0.5,
width: '100%',
height: '100%'
},
infoSymptomClose: {
alignItems: 'flex-end'
},
infoSymptomText: {
marginTop: 10
},
settingsButton: {
padding: 10,
alignItems: 'center',
margin: 10,
borderRadius: 5,
},
settingsButtonAccent: {
backgroundColor: secondaryColor
settingsButtonDisabled: {
backgroundColor: colorInActive
},
settingsButtonSecondaryText: {
color: secondaryColor
},
selectBox: {
backgroundColor: 'lightgrey',
paddingHorizontal: 15,
paddingVertical: 10,
borderRadius: 10
},
selectBoxActive: {
backgroundColor: secondaryColor,
color: fontOnPrimaryColor
},
selectBoxTextActive: {
color: fontOnPrimaryColor
},
selectBoxSection: {
flexDirection: 'row',
flexWrap: 'wrap',
selectTab: {
backgroundColor: 'lightgrey',
borderLeftWidth: 1,
paddingVertical: 10,
paddingHorizontal: 15,
borderColor: 'white',
selectTabActive: {
backgroundColor: secondaryColor,
color: fontOnPrimaryColor
selectTabLast: {
borderTopRightRadius: 10,
borderBottomRightRadius: 10,
},
selectTabFirst: {
borderTopLeftRadius: 10,
borderBottomLeftRadius: 10,
borderLeftWidth: null
marginHorizontal: 10,
},
calendarToday: {
fontWeight: 'bold',
fontSize: 20,
color: secondaryColor,
marginTop: 1
marginTop: 10
},
textInputField: {
padding: 10,
marginVertical: 10,
backgroundColor: 'white',
borderColor: secondaryColor,
borderStyle: 'solid',
borderWidth: 1,
flex: 1,
justifyContent: 'center',
alignItems: 'center'
},
passwordPromptField: {
padding: 10,
marginTop: 10,
marginHorizontal: 10,
borderBottomWidth: 3,
borderBottomColor: primaryColor,
width: '100%',
fontSize: 20,
marginVertical: 20
},
passwordPromptButton: {
backgroundColor: secondaryColor,
padding: 10,
alignItems: 'center',
margin: 10,
width: '100%',
borderRadius: 10
},
passwordPromptButtonText: {
color: fontOnPrimaryColor,
fontSize: 20
passwordPromptForgotPasswordText: {
marginTop: 20,
color: 'grey'
headerDeleteButton: {
paddingHorizontal: 20,
paddingVertical: 20,
position: 'absolute',
right: 0
position: 'absolute',
justifyContent: 'flex-end',
marginTop: 40
},
licenseButton: {
marginLeft: 30,
width: 100
})
export const iconStyles = {
navigationArrow: {
symptomBox: {
size: 40
},
symptomBoxActive: {
color: fontOnPrimaryColor
symptomInfo: {
color: secondaryColor,
fontSize: 25
},
menuIcon: {
size: 20,
color: fontOnPrimaryColor
infoPopUpClose: {
size: 25