Skip to content

Commit

Permalink
chore(pdf reports): Remove link decoration
Browse files Browse the repository at this point in the history
  • Loading branch information
Katerina Patticha committed Mar 16, 2021
1 parent c1cffc7 commit 9d31565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/SmartComponents/Reports/Common/styles.js
Expand Up @@ -51,7 +51,8 @@ export default StyleSheet.create({
color: chart_color_red_100.value
},
link: {
color: global_link_Color.value
color: global_link_Color.value,
textDecoration: 'none'
},
bodyCell: {
textAlign: 'left',
Expand Down

0 comments on commit 9d31565

Please sign in to comment.