Skip to content

Commit 7aa01ae

Browse files
authored
Merge pull request #2986 from StoDevX/info-header-borders
Hide extraneous black left/right edge borders
2 parents 43113d4 + 7037fdd commit 7aa01ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/info-header/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ import * as c from '@frogpond/colors'
66
const styles = StyleSheet.create({
77
content: {
88
backgroundColor: c.white,
9-
borderWidth: StyleSheet.hairlineWidth,
9+
borderTopWidth: StyleSheet.hairlineWidth,
10+
borderBottomWidth: StyleSheet.hairlineWidth,
1011
borderTopColor: c.iosHeaderTopBorder,
1112
borderBottomColor: c.iosHeaderBottomBorder,
1213
marginBottom: 10,

0 commit comments

Comments
 (0)