Skip to content

Commit

Permalink
Fix line through for normal messages
Browse files Browse the repository at this point in the history
  • Loading branch information
pubudu-ranasinghe committed May 22, 2023
1 parent 6e0b118 commit 4d4d79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/report/ReportActionItemFragment.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const ReportActionItemFragment = (props) => {
<Text
fontSize={variables.fontSizeSmall}
color={themeColors.textSupporting}
style={[styles.alignItemsBaseline, editedLabelStyles]}
style={[editedLabelStyles, ...props.style]}
>
<Text
selectable={false}
Expand Down

0 comments on commit 4d4d79a

Please sign in to comment.