Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 430d4a2

Browse files
Maskedman99satya164
authored andcommitted
fix: remove boxShadow for web (#267)
1 parent 49a2eaf commit 430d4a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/views/Header/HeaderBackground.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ const styles = StyleSheet.create({
2424
},
2525
},
2626
default: {
27-
// https://github.com/necolas/react-native-web/issues/44
28-
// Material Design
29-
boxShadow: `0 2px 4px -1px rgba(0,0,0,0.2), 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12)`,
27+
borderBottomWidth: StyleSheet.hairlineWidth,
28+
borderBottomColor: 'rgba(156, 156, 156, 0.50)',
3029
},
3130
}),
3231
},

0 commit comments

Comments
 (0)