Skip to content
Snippets Groups Projects
Commit cfef9254 authored by MariaZ's avatar MariaZ Committed by BloodyMarie
Browse files

Fix styling

parent 7cab4766
No related branches found
No related tags found
No related merge requests found
......@@ -105,19 +105,6 @@ class SymptomBox extends Component {
}
}
const hint = {
fontSize: Sizes.small,
fontStyle: 'italic'
}
const main = {
fontSize: Sizes.base,
height: Sizes.icon,
lineHeight: Sizes.base,
marginBottom: (-1) * Sizes.title,
textAlignVertical: 'center'
}
const styles = StyleSheet.create({
container: {
alignItems: 'center',
......@@ -133,7 +120,8 @@ const styles = StyleSheet.create({
},
symptomName: {
color: Colors.purple,
...main
fontSize: Sizes.base,
lineHeight: Sizes.base
},
symptomNameDisabled: {
color: Colors.grey
......@@ -143,11 +131,14 @@ const styles = StyleSheet.create({
},
textContainer: {
flexDirection: 'column',
justifyContent: 'center',
marginLeft: Spacing.small,
maxWidth: Spacing.textWidth
},
text: {
...hint
fontSize: Sizes.small,
fontStyle: 'italic',
lineHeight: 14
},
textDisabled: {
color: Colors.greyLight
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment