From c75ed458a0ce5cacd522b8ba0ec8979b27f9aa65 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Wed, 3 Feb 2021 16:26:08 -0500 Subject: fixed border line issue --- src/components/notifications/Notification.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx index 6ee04108..951a5bf6 100644 --- a/src/components/notifications/Notification.tsx +++ b/src/components/notifications/Notification.tsx @@ -259,7 +259,7 @@ const Notification: React.FC = (props) => { const styles = StyleSheet.create({ container: { flexDirection: 'row', - height: SCREEN_HEIGHT / 10, + height: Math.round(SCREEN_HEIGHT / 10), flex: 1, alignItems: 'center', }, -- cgit v1.2.3-70-g09d2