diff --git a/src/components/ReportActionsSkeletonView/SkeletonViewLines.js b/src/components/ReportActionsSkeletonView/SkeletonViewLines.js
index e70fd65cae87..5187592a57fb 100644
--- a/src/components/ReportActionsSkeletonView/SkeletonViewLines.js
+++ b/src/components/ReportActionsSkeletonView/SkeletonViewLines.js
@@ -4,6 +4,7 @@ import {Rect, Circle} from 'react-native-svg';
import SkeletonViewContentLoader from 'react-content-loader/native';
import CONST from '../../CONST';
import themeColors from '../../styles/themes/default';
+import styles from '../../styles/styles';
const propTypes = {
/** Number of rows to show in Skeleton UI block */
@@ -15,10 +16,11 @@ const SkeletonViewLines = props => (
height={CONST.CHAT_SKELETON_VIEW.HEIGHT_FOR_ROW_COUNT[props.numberOfRows]}
backgroundColor={themeColors.highlightBG}
foregroundColor={themeColors.border}
+ style={styles.mr5}
>
-
+
{props.numberOfRows > 1 && }
{props.numberOfRows > 2 && }