diff options
author | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-11 10:31:59 -0800 |
---|---|---|
committer | ankit-thanekar007 <ankit.thanekar007@gmail.com> | 2021-03-15 11:32:58 -0700 |
commit | e858873285cb862e365331ce183fb3d2282f239c (patch) | |
tree | 841e4b0b3b1783d604ea4ca5bfa972e6eed13930 /src/screens/main/NotificationsScreen.tsx | |
parent | da60a2a3921a96a5c0b26f682f1b7d5c971dd6df (diff) |
TMA-697 Bug fixes
Diffstat (limited to 'src/screens/main/NotificationsScreen.tsx')
-rw-r--r-- | src/screens/main/NotificationsScreen.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx index 74bcf906..1dcae36e 100644 --- a/src/screens/main/NotificationsScreen.tsx +++ b/src/screens/main/NotificationsScreen.tsx @@ -240,6 +240,7 @@ const styles = StyleSheet.create({ }, sectionHeaderContainer: { width: '100%', + backgroundColor: 'white', }, sectionHeader: { marginLeft: '8%', |