Skip to content

Commit

Permalink
Revert change by CellContentExtensions
Browse files Browse the repository at this point in the history
  • Loading branch information
TruongQuangSB committed Dec 10, 2024
1 parent 327fd64 commit f9e854b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ class CellContentExtensions {
return '''<span>«value.htmlString»</span>'''
}
case WARNING_MARK_YELLOW: {
return '''<span style="background-color:rgb(255,255, 0)">«value.htmlString»</span>'''
return '''<span style="background-color:rgb(255,255, 0)"><s>«value.htmlString»</s></span>'''
}
case WARNING_MARK_RED: {
return '''<span style="color:rgb(255, 0, 0)">«value.htmlString»</span>'''
Expand Down

0 comments on commit f9e854b

Please sign in to comment.