Skip to content
Snippets Groups Projects
Commit 44b91635 authored by bl00dymarie's avatar bl00dymarie
Browse files

Merge branch '439-settings-menu-update' into 'rebased-redesign'

Updates settings menu styling

See merge request bloodyhealth/drip!317
parents 89ff4b2c 42bf02a0
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ Segment.propTypes = {
children: PropTypes.node,
last: PropTypes.bool,
style: PropTypes.object,
title: PropTypes.string
title: PropTypes.string,
}
const segmentContainer = {
......@@ -33,16 +33,16 @@ const segmentContainer = {
const styles = StyleSheet.create({
container: {
borderStyle: 'solid',
borderBottomWidth: 2,
borderBottomColor: Colors.grey,
borderBottomWidth: 1,
borderBottomColor: Colors.greyLight,
paddingBottom: Spacing.base,
...segmentContainer
...segmentContainer,
},
containerLast: {
...segmentContainer
...segmentContainer,
},
title: {
...Typography.subtitle
...Typography.subtitle,
}
})
......
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