From edc307b2fe540a24d6fb5d981dc654e36cce7a4a Mon Sep 17 00:00:00 2001 From: Danis Date: Tue, 12 Aug 2025 11:12:34 +0400 Subject: [PATCH] Fix strikethrough button --- apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx b/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx index 249b6b3931..df5b79ec1f 100644 --- a/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx +++ b/apps/spreadsheeteditor/mobile/src/view/edit/EditCell.jsx @@ -99,7 +99,7 @@ const EditCell = props => { {props.toggleBold(!isBold)}}>B {props.toggleItalic(!isItalic)}}>I {props.toggleUnderline(!isUnderline)}} style={{textDecoration: "underline"}}>U - {props.toggleStrikethrough(!isStrikethrough)}} style={{textDecoration: "line-through"}}>S + {props.toggleStrikethrough(!isStrikethrough)}} style={{textDecoration: "line-through"}}>S