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.
1 parent 72fe3a3 commit 7037fddCopy full SHA for 7037fdd
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