Skip to content
Snippets Groups Projects
Commit 42bf02a0 authored by mashazyu's avatar mashazyu
Browse files

Updates settings menu styling

parent 77908afd
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ Segment.propTypes = { ...@@ -22,7 +22,7 @@ Segment.propTypes = {
children: PropTypes.node, children: PropTypes.node,
last: PropTypes.bool, last: PropTypes.bool,
style: PropTypes.object, style: PropTypes.object,
title: PropTypes.string title: PropTypes.string,
} }
const segmentContainer = { const segmentContainer = {
...@@ -33,16 +33,16 @@ const segmentContainer = { ...@@ -33,16 +33,16 @@ const segmentContainer = {
const styles = StyleSheet.create({ const styles = StyleSheet.create({
container: { container: {
borderStyle: 'solid', borderStyle: 'solid',
borderBottomWidth: 2, borderBottomWidth: 1,
borderBottomColor: Colors.grey, borderBottomColor: Colors.greyLight,
paddingBottom: Spacing.base, paddingBottom: Spacing.base,
...segmentContainer ...segmentContainer,
}, },
containerLast: { containerLast: {
...segmentContainer ...segmentContainer,
}, },
title: { 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