We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43113d4 + 7037fdd commit 7aa01aeCopy full SHA for 7aa01ae
modules/info-header/index.js
@@ -6,7 +6,8 @@ import * as c from '@frogpond/colors'
6
const styles = StyleSheet.create({
7
content: {
8
backgroundColor: c.white,
9
- borderWidth: StyleSheet.hairlineWidth,
+ borderTopWidth: StyleSheet.hairlineWidth,
10
+ borderBottomWidth: StyleSheet.hairlineWidth,
11
borderTopColor: c.iosHeaderTopBorder,
12
borderBottomColor: c.iosHeaderBottomBorder,
13
marginBottom: 10,
0 commit comments