diff options
author | Ivan Chen <ivan@tagg.id> | 2021-04-08 20:41:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 20:41:54 -0400 |
commit | fb5cca5bd8aff7232c2ab5e01df0e79dddbef504 (patch) | |
tree | 8a74ae256bc826d2338061fdd605db67c1ec350b /src/screens/main/NotificationsScreen.tsx | |
parent | 4cf3bc720ebcc0b16d158caf60fbdf091621c327 (diff) | |
parent | 98a31b59df5b51ea9488220d47bd7d60b3a268b9 (diff) |
Merge pull request #355 from IvanIFChen/tma769-styling-channel-list-screen
[TMA-769] Styling chat list screen
Diffstat (limited to 'src/screens/main/NotificationsScreen.tsx')
-rw-r--r-- | src/screens/main/NotificationsScreen.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx index 48e89f7a..71199c9b 100644 --- a/src/screens/main/NotificationsScreen.tsx +++ b/src/screens/main/NotificationsScreen.tsx @@ -330,7 +330,7 @@ const styles = StyleSheet.create({ flexDirection: 'row', alignItems: 'stretch', justifyContent: 'space-between', - width: SCREEN_WIDTH * 0.85, + width: SCREEN_WIDTH * 0.9, }, headerText: { fontWeight: '700', |